mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Change user seeder
This commit is contained in:
parent
4b291f6c7e
commit
2ce7203bb8
@ -36,9 +36,9 @@ class UserTableSeeder extends Seeder
|
|||||||
'invoice_terms' => $faker->text($faker->numberBetween(50, 300)),
|
'invoice_terms' => $faker->text($faker->numberBetween(50, 300)),
|
||||||
'work_phone' => $faker->phoneNumber,
|
'work_phone' => $faker->phoneNumber,
|
||||||
'work_email' => $faker->safeEmail,
|
'work_email' => $faker->safeEmail,
|
||||||
'invoice_design_id' => InvoiceDesign::where('id', '<', CUSTOM_DESIGN1)->get()->random()->id,
|
//'invoice_design_id' => InvoiceDesign::where('id', '<', CUSTOM_DESIGN1)->get()->random()->id,
|
||||||
'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' => 58,
|
'timezone_id' => 58,
|
||||||
'company_id' => $company->id,
|
'company_id' => $company->id,
|
||||||
|
@ -2266,7 +2266,7 @@ $LANG = array(
|
|||||||
'mailgun_domain' => 'Mailgun Domain',
|
'mailgun_domain' => 'Mailgun Domain',
|
||||||
'mailgun_private_key' => 'Mailgun Private Key',
|
'mailgun_private_key' => 'Mailgun Private Key',
|
||||||
'send_test_email' => 'Send test email',
|
'send_test_email' => 'Send test email',
|
||||||
'select_label' => 'Select label',
|
'select_label' => 'Select Label',
|
||||||
'label' => 'Label',
|
'label' => 'Label',
|
||||||
'service' => 'Service',
|
'service' => 'Service',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user