Remove scan arrays.

This commit is contained in:
Taylor Otwell
2014-11-02 13:15:12 -06:00
parent ed4b97b33b
commit 007040e2ae
2 changed files with 0 additions and 20 deletions

View File

@@ -4,15 +4,6 @@ use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvi
class EventServiceProvider extends ServiceProvider {
/**
* The classes to scan for event annotations.
*
* @var array
*/
protected $scan = [
//
];
/**
* The event handler mappings for the application.
*