Fix path.

This commit is contained in:
Taylor Otwell
2014-08-20 23:32:40 -05:00
parent e7617ff19b
commit aeffa1766f

View File

@@ -22,7 +22,7 @@ class EventServiceProvider extends ServiceProvider {
public function scan() public function scan()
{ {
return [ return [
app_path().'/src', app_path(),
]; ];
} }