Fix testing as a result of changes in 34139bc

This commit is contained in:
Deon George
2021-07-02 10:03:36 +10:00
parent 6656fc3d3d
commit 9e1723a7af
5 changed files with 19 additions and 31 deletions

View File

@@ -30,17 +30,12 @@ class SiteFactory extends Factory
'id' => $this->faker->numberBetween(255,65535),
// date_orig
'active' => TRUE,
'site_id' => $this->faker->numberBetween(255,65535),
'country_id' => $co->id,
'language_id' => $lo->id,
'currency_id' => $cyo->id,
// 'url'', // Needs to be passed in
// login_expire,
// time_format,
// date_format,
// decimal_place,
// module_config,
// site_details,
// admin_date,
// admin_id,
];
}
}