Skip to content

Commit

Permalink
Fixed seeder
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Sep 20, 2024
1 parent b68805c commit ab0c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/AssetSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function getState()
return fn($sequence) => [
'rtd_location_id' => $this->locationIds->random(),
'supplier_id' => $this->supplierIds->random(),
'created_by' => $this->admin->id,
'created_by' => $this->adminuser->id,
];
}
}

0 comments on commit ab0c009

Please sign in to comment.