mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for dev setup
This commit is contained in:
parent
a0390d27a1
commit
7c7264573c
@ -81,6 +81,7 @@ class UserTableSeeder extends Seeder
|
|||||||
'public_id' => 1,
|
'public_id' => 1,
|
||||||
'email' => env('TEST_EMAIL', TEST_USERNAME),
|
'email' => env('TEST_EMAIL', TEST_USERNAME),
|
||||||
'is_primary' => true,
|
'is_primary' => true,
|
||||||
|
'send_invoice' => true,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
Product::create([
|
Product::create([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user