Fix permission error in portal for test customer in tests

This commit is contained in:
Burak Çakırel
2020-06-09 04:31:53 +03:00
parent 4c62e391b7
commit e1d201b0f6

View File

@ -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.');