Fix path.
This commit is contained in:
parent
e7617ff19b
commit
aeffa1766f
|
@ -22,7 +22,7 @@ public function boot()
|
||||||
public function scan()
|
public function scan()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
app_path().'/src',
|
app_path(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue