Working on routing and providers.

This commit is contained in:
Taylor Otwell
2014-10-14 20:07:12 -05:00
parent 5bb0752338
commit d3bf13b10b
4 changed files with 36 additions and 36 deletions

View File

@@ -15,4 +15,13 @@ class EventServiceProvider extends ServiceProvider {
],
];
/**
* The classes to scan for event annotations.
*
* @var array
*/
protected $scan = [
//
];
}