diff --git a/database/Factories/AllocationFactory.php b/database/Factories/AllocationFactory.php index e7a5f7e67..41cf67148 100644 --- a/database/Factories/AllocationFactory.php +++ b/database/Factories/AllocationFactory.php @@ -1,6 +1,6 @@ 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) {