Upgrade to laravel 5.2

This commit is contained in:
Graham Campbell
2015-12-24 15:44:06 +00:00
parent 3951f0116a
commit cdc107fcb2
9 changed files with 104 additions and 76 deletions
@@ -11,8 +11,8 @@
namespace CachetHQ\Cachet\Foundation\Providers;
use AltThree\Bus\Dispatcher;
use CachetHQ\Cachet\Dates\DateFactory;
use Illuminate\Bus\Dispatcher;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Str;
@@ -21,7 +21,7 @@ class AppServiceProvider extends ServiceProvider
/**
* Boot the service provider.
*
* @param \Illuminate\Bus\Dispatcher $dispatcher
* @param \AltThree\Bus\Dispatcher $dispatcher
*/
public function boot(Dispatcher $dispatcher)
{