This commit is contained in:
Dane Everitt
2020-06-28 15:43:44 -07:00
parent 6143b656a3
commit 2ed3763d21
17 changed files with 18 additions and 19 deletions

View File

@@ -117,6 +117,7 @@ class EggSeeder extends Seeder
$decoded = json_decode($file->getContents());
if (json_last_error() !== JSON_ERROR_NONE) {
$this->command->error('JSON decode exception for ' . $file->getFilename() . ': ' . json_last_error_msg());
return;
}