Merge pull request #4340 from garygreen/remove-migrations-classmap

Remove migrations from autoload classmap
This commit is contained in:
Taylor Otwell
2017-07-22 09:44:05 -05:00
committed by GitHub

View File

@@ -16,7 +16,8 @@
},
"autoload": {
"classmap": [
"database"
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"