Skip to content

Commit cfaff08

Browse files
authored
seeders autoload by namespace
1 parent fa9502a commit cfaff08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
},
9595
"autoload": {
9696
"psr-4": {
97-
"EvolutionCMS\\": "src/"
97+
"EvolutionCMS\\": "src/",
98+
"Database\\Seeders\\": "database/seeders/"
9899
},
99100
"classmap": [
100-
"database/migrations/",
101-
"database/seeders/"
101+
"database/migrations/"
102102
],
103103
"files": [
104104
"functions/actions/bkmanager.php",

0 commit comments

Comments
 (0)