3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 19:15:38 +00:00

Fixed seeder

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-09-20 19:45:10 +01:00
parent b68805cf83
commit ab0c009c0d

View File

@ -82,7 +82,7 @@ class AssetSeeder extends Seeder
return fn($sequence) => [
'rtd_location_id' => $this->locationIds->random(),
'supplier_id' => $this->supplierIds->random(),
'created_by' => $this->admin->id,
'created_by' => $this->adminuser->id,
];
}
}