Merge pull request #3052 from antonioribeiro/patch-1

Remove unused Dispatcher
This commit is contained in:
Taylor Otwell 2014-10-02 20:33:13 -05:00
commit 2ac4ce6fc4
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?php namespace App\Providers;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
class EventServiceProvider extends ServiceProvider {