mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-17 16:42:48 +01: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,
|
||||
'email' => env('TEST_EMAIL', TEST_USERNAME),
|
||||
'is_primary' => true,
|
||||
'send_invoice' => true,
|
||||
]);
|
||||
|
||||
Product::create([
|
||||
|
Loading…
Reference in New Issue
Block a user