Fix permission error in portal for test customer in tests
This commit is contained in:
parent
4c62e391b7
commit
e1d201b0f6
@ -83,7 +83,7 @@ class TestCompany extends Seeder
|
||||
'password_confirmation' => '123456',
|
||||
'company_id' => session('company_id'),
|
||||
'enabled' => '1',
|
||||
'create_user' => 1,
|
||||
'create_user' => 'true',
|
||||
]));
|
||||
|
||||
$this->command->info('Test customer created.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user