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
c9ef281206
commit
5c4b75cf76
@ -20,7 +20,7 @@ class UserTableSeeder extends Seeder
|
|||||||
//'name' => 'Test Account',
|
//'name' => 'Test Account',
|
||||||
'account_key' => str_random(RANDOM_KEY_LENGTH),
|
'account_key' => str_random(RANDOM_KEY_LENGTH),
|
||||||
'timezone_id' => 1,
|
'timezone_id' => 1,
|
||||||
'company_id' => $company,
|
'company_id' => $company->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
User::create([
|
User::create([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user