1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Change user seeder timezone for testing

This commit is contained in:
Hillel Coren 2017-02-07 11:49:06 +02:00
parent 8a1142e696
commit 1dea3876ed

View File

@ -39,7 +39,7 @@ class UserTableSeeder extends Seeder
'header_font_id' => min(Font::all()->random()->id, 17),
'body_font_id' => min(Font::all()->random()->id, 17),
'primary_color' => $faker->hexcolor,
'timezone_id' => 1,
'timezone_id' => 58,
'company_id' => $company->id,
//'date_format_id' => DateFormat::all()->random()->id,
]);