Fix path.

This commit is contained in:
Taylor Otwell 2014-08-20 23:32:40 -05:00
parent e7617ff19b
commit aeffa1766f
1 changed files with 1 additions and 1 deletions

View File

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