Fix DatabaseSeeder loading issues in CLI and composer autoload

This commit is contained in:
Hamza-Ayed
2026-06-05 01:31:42 +03:00
parent 68c62c71ed
commit 0f65e68f5f
2 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
},
"autoload": {
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Database\\": "database/"
}
},
"config": {