Merge pull request #4340 from garygreen/remove-migrations-classmap
Remove migrations from autoload classmap
This commit is contained in:
commit
e19952fb19
|
@ -16,7 +16,8 @@
|
|||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"database"
|
||||
"database/seeds",
|
||||
"database/factories"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
|
|
Loading…
Reference in New Issue