convert setting('default.currency') to default_currency() helper function..
This commit is contained in:
@ -84,7 +84,7 @@ class TestCompany extends Seeder
|
||||
'type' => 'customer',
|
||||
'name' => 'Test Customer',
|
||||
'email' => 'customer@company.com',
|
||||
'currency_code' => setting('default.currency'),
|
||||
'currency_code' => default_currency(),
|
||||
'password' => '123456',
|
||||
'password_confirmation' => '123456',
|
||||
'company_id' => company_id(),
|
||||
|
Reference in New Issue
Block a user