mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04: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),
|
'header_font_id' => min(Font::all()->random()->id, 17),
|
||||||
'body_font_id' => min(Font::all()->random()->id, 17),
|
'body_font_id' => min(Font::all()->random()->id, 17),
|
||||||
'primary_color' => $faker->hexcolor,
|
'primary_color' => $faker->hexcolor,
|
||||||
'timezone_id' => 1,
|
'timezone_id' => 58,
|
||||||
'company_id' => $company->id,
|
'company_id' => $company->id,
|
||||||
//'date_format_id' => DateFormat::all()->random()->id,
|
//'date_format_id' => DateFormat::all()->random()->id,
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user