use fallback for default settings

This commit is contained in:
Denis Duliçi
2020-08-06 19:10:05 +03:00
parent 57addec549
commit b5300e416c
22 changed files with 211 additions and 225 deletions

View File

@ -79,7 +79,7 @@ class TestCompany extends Seeder
'type' => 'customer',
'name' => 'Test Customer',
'email' => 'customer@company.com',
'currency_code' => setting('default.currency', 'USD'),
'currency_code' => setting('default.currency'),
'password' => '123456',
'password_confirmation' => '123456',
'company_id' => session('company_id'),