mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update user seeder to attach PDF to email
This commit is contained in:
parent
d825f196aa
commit
cd2b0fa82d
@ -41,7 +41,7 @@ class UserTableSeeder extends Seeder
|
|||||||
'primary_color' => $faker->hexcolor,
|
'primary_color' => $faker->hexcolor,
|
||||||
'timezone_id' => 58,
|
'timezone_id' => 58,
|
||||||
'company_id' => $company->id,
|
'company_id' => $company->id,
|
||||||
//'date_format_id' => DateFormat::all()->random()->id,
|
'pdf_email_attachment' => true,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$user = User::create([
|
$user = User::create([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user