Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Sep 29, 2023
1 parent ea10e3f commit d0e800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ protected function normalizeBulkRetrievedValue(mixed $record): object
}

throw_unless(
is_object($record) || $record instanceof Model,
is_object($record),
InvalidBulkValueResult::notObject(),
);

Expand Down

0 comments on commit d0e800b

Please sign in to comment.