Skip to content

Commit

Permalink
Merge pull request #197 from jarnokurlin/develop
Browse files Browse the repository at this point in the history
user id 3 does not exists!
  • Loading branch information
snipe committed Jul 22, 2014
2 parents a695d85 + 94daba9 commit f2036e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/database/seeds/LicenseSeatsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function run()

$license_seats[] = array(
'license_id' => '1',
'assigned_to' => '3',
'assigned_to' => '2',
'created_at' => $date->modify('-10 day')->format('Y-m-d H:i:s'),
'updated_at' => $date->modify('-3 day')->format('Y-m-d H:i:s'),
'deleted_at' => NULL,
Expand Down

0 comments on commit f2036e0

Please sign in to comment.