1
0
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:
Hillel Coren 2016-12-05 12:03:53 +02:00
parent a0390d27a1
commit 7c7264573c

View File

@ -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([