ui(admin): implement basic egg importing
This commit is contained in:
parent
107cf72269
commit
e8ddadc608
8 changed files with 163 additions and 22 deletions
|
@ -123,7 +123,7 @@ class EggSeeder extends Seeder
|
|||
|
||||
$this->command->info('Updated ' . $decoded->name);
|
||||
} catch (RecordNotFoundException $exception) {
|
||||
$this->importerService->handle($file, $nest->id);
|
||||
$this->importerService->handleFile($nest->id, $file);
|
||||
|
||||
$this->command->comment('Created ' . $decoded->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue