Fixes for CI/CD
This commit is contained in:
@@ -24,8 +24,6 @@ class AccountFactory extends Factory
|
||||
{
|
||||
// Create Dependencies - should be loaded by seeding.
|
||||
$co = Country::findOrFail(61);
|
||||
$lo = Language::findOrFail(1);
|
||||
$cyo = Currency::findOrFail(6);
|
||||
|
||||
return [
|
||||
'id' => $this->faker->numberBetween(2048,65535),
|
||||
@@ -33,10 +31,8 @@ class AccountFactory extends Factory
|
||||
// 'date_last',
|
||||
//* 'site_id', // Needs to be passed in
|
||||
// 'date_expire',
|
||||
'language_id' => $lo->id,
|
||||
'country_id' => $co->id,
|
||||
// 'rtm_id',
|
||||
'currency_id' => $cyo->id,
|
||||
'active' => TRUE,
|
||||
// 'company',
|
||||
// 'address1',
|
||||
|
Reference in New Issue
Block a user