Change user seeder

This commit is contained in:
Hillel Coren 2017-06-21 17:42:17 +03:00
parent 4b291f6c7e
commit 2ce7203bb8
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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',