Skip to content

Commit efdec1c

Browse files
committed
Remove migrations from autoload classmap.
1 parent f5da96c commit efdec1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"autoload": {
1818
"classmap": [
19-
"database"
19+
"database/seeds",
20+
"database/factories"
2021
],
2122
"psr-4": {
2223
"App\\": "app/"

0 commit comments

Comments
 (0)