Skip to content

Commit b32d74d

Browse files
committed
Fixed seeder with duplicate ID
1 parent 4e4144e commit b32d74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/database/seeds/AssetsSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ public function run()
175175

176176

177177
$asset[] = array(
178-
'name' => 'Broke-Ass Laptop',
179-
'asset_tag' => 'NNY67567775',
178+
'name' => 'Broken Laptop',
179+
'asset_tag' => 'NNY6756756775',
180180
'model_id' => 2,
181181
'serial' => 'WS89080890',
182182
'purchase_date' => '2012-01-02',

0 commit comments

Comments
 (0)