This commit is contained in:
2019-10-22 21:34:17 -05:00
parent e992577341
commit f11b1c7f4a

View File

@@ -33,7 +33,7 @@ class HaulingConfigSeeder extends Seeder
]);
}
if(HaulingConfig::where(['load_size' => 'large'])->count == 0) {
if(HaulingConfig::where(['load_size' => 'large'])->count() == 0) {
HaulingConfig::insert([
'load_size' => 'large',
'min_load_size' => 57500,