Fixes for CI/CD

This commit is contained in:
Deon George
2022-02-01 20:15:11 +11:00
parent b9b4416737
commit d1a7e399dc
9 changed files with 27 additions and 32 deletions

View File

@@ -18,7 +18,6 @@ class SiteTableSeeder extends Seeder
// Test Sites 254 & 255
$o = new Site;
$o->id = 254;
// $o->date_orig
$o->active = TRUE;
$o->site_id = 254;
$o->country_id = 61;
@@ -32,7 +31,6 @@ class SiteTableSeeder extends Seeder
// Test Sites 254 & 255
$o = new Site;
$o->id = 255;
// $o->date_orig
$o->site_id = 255;
$o->active = TRUE;
$o->country_id = 61;