You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run php artisan db:seed --class=VoyagerDeploymentOrchestratorSeeder I got an error that it couldn't find the seeder file in /database/breads/seeds. The seeder files are of course in /database/seeds/breads.
I fixed the seeder path in VoyagerDeploymentOrchestratorSeeder and it fixed it. It looks to be wrong in your repository. I am not 100% sure how this worked before, since this setting must have been wrong before.
The text was updated successfully, but these errors were encountered:
When trying to run php artisan db:seed --class=VoyagerDeploymentOrchestratorSeeder I got an error that it couldn't find the seeder file in /database/breads/seeds. The seeder files are of course in /database/seeds/breads.
I fixed the seeder path in VoyagerDeploymentOrchestratorSeeder and it fixed it. It looks to be wrong in your repository. I am not 100% sure how this worked before, since this setting must have been wrong before.
The text was updated successfully, but these errors were encountered: