We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d838ddb + 09078bc commit b7d1c45Copy full SHA for b7d1c45
database/Seeders/EggSeeder.php
@@ -98,7 +98,7 @@ private function findMatchingNest(string $nestName): Nest
98
*/
99
private function parseEggFiles(Nest $nest)
100
{
101
- $files = $this->filesystem->allFiles(database_path('seeders/eggs/' . kebab_case($nest->name)));
+ $files = $this->filesystem->allFiles(database_path('Seeders/eggs/' . kebab_case($nest->name)));
102
103
$this->command->alert('Updating Eggs for Nest: ' . $nest->name);
104
Collection::make($files)->each(function ($file) use ($nest) {
0 commit comments