mirror of
https://github.com/snipe/snipe-it.git
synced 2025-12-01 11:30:10 +00:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user