Skip to content

Commit 4c0af1e

Browse files
committed
Fixed typo causing failure with mysql strict
1 parent 35e5df8 commit 4c0af1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/database/seeds/LocationsSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function run()
3030
'address2' => 'Suite 142',
3131
'city' => 'New York',
3232
'state' => 'NY',
33-
'country' => '10038',
33+
'country' => 'US',
3434
'zip' => '10004',
3535
'created_at' => $date->modify('-10 day'),
3636
'updated_at' => $date->modify('-3 day'),

0 commit comments

Comments
 (0)