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, '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([