mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
f4fcc81871
commit
e47b3894cc
@ -42,7 +42,6 @@ class UserTableSeeder extends Seeder
|
|||||||
'primary_color' => $faker->hexcolor,
|
'primary_color' => $faker->hexcolor,
|
||||||
'timezone_id' => 1,
|
'timezone_id' => 1,
|
||||||
'company_id' => $company->id,
|
'company_id' => $company->id,
|
||||||
'is_admin' => 1,
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$user = User::create([
|
$user = User::create([
|
||||||
@ -56,6 +55,7 @@ class UserTableSeeder extends Seeder
|
|||||||
'confirmed' => true,
|
'confirmed' => true,
|
||||||
'notify_sent' => false,
|
'notify_sent' => false,
|
||||||
'notify_paid' => false,
|
'notify_paid' => false,
|
||||||
|
'is_admin' => 1,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$client = Client::create([
|
$client = Client::create([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user