app/Jobs/ImportProfession.php: Typo fix.
This commit is contained in:
parent
8cfa7f34d5
commit
f82f7c3571
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class ImportProfession implements ShouldQueue
|
|||
// names for reagents. so we skip those.
|
||||
|
||||
// 2021-07-08: Also skip items without id.
|
||||
if (!isset($item->name) || !isset($items->id)) {
|
||||
if (!isset($item->name) || !isset($item->id)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue