Fixed typo causing failure with mysql strict

This commit is contained in:
snipe
2013-11-26 17:22:40 -05:00
parent 35e5df8bdc
commit 4c0af1eae1
+1 -1
View File
@@ -30,7 +30,7 @@ class LocationsSeeder extends Seeder {
'address2' => 'Suite 142',
'city' => 'New York',
'state' => 'NY',
'country' => '10038',
'country' => 'US',
'zip' => '10004',
'created_at' => $date->modify('-10 day'),
'updated_at' => $date->modify('-3 day'),