mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Change user seeder timezone for testing
This commit is contained in:
parent
8a1142e696
commit
1dea3876ed
@ -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,
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user