Small fix for notifications checkout

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-09-20 19:11:52 +01:00
parent 7d858129d9
commit b68805cf83
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class AssetSeeder extends Seeder
$this->ensureLocationsSeeded();
$this->ensureSuppliersSeeded();
$this->admin = User::where('permissions->superuser', '1')->first() ?? User::factory()->firstAdmin()->create();
$this->adminuser = User::where('permissions->superuser', '1')->first() ?? User::factory()->firstAdmin()->create();
$this->locationIds = Location::all()->pluck('id');
$this->supplierIds = Supplier::all()->pluck('id');