Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zKoz210 authored Jan 24, 2021
1 parent d838ddb commit 09078bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Seeders/EggSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function findMatchingNest(string $nestName): Nest
*/
private function parseEggFiles(Nest $nest)
{
$files = $this->filesystem->allFiles(database_path('seeders/eggs/' . kebab_case($nest->name)));
$files = $this->filesystem->allFiles(database_path('Seeders/eggs/' . kebab_case($nest->name)));

$this->command->alert('Updating Eggs for Nest: ' . $nest->name);
Collection::make($files)->each(function ($file) use ($nest) {
Expand Down

0 comments on commit 09078bc

Please sign in to comment.