This commit is contained in:
2019-12-06 21:49:10 -06:00
parent a538c3cf9b
commit b317fce919
+1 -1
View File
@@ -31,7 +31,7 @@ class SolarSystemSeeder extends Seeder
'system_id' => $system,
]);
} catch(RequestFailedException $e) {
return null;
}
$count = SolarSystem::where(['solar_system_id' => $system])->count();