Skip to content

Commit de3b7d5

Browse files
authored
Merge pull request #90 from eiko03/patch-1
Update base path
2 parents 2578ea9 + d457222 commit de3b7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* By default, the `app` directory will be scanned recursively for models.
88
*/
99
'directories' => [
10-
base_path('app'),
10+
base_path('app\Models'),
1111
],
1212

1313
/*

0 commit comments

Comments
 (0)