Skip to content

Commit

Permalink
~ Another PHP 8.1 compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Mar 20, 2024
1 parent c81524a commit dd53eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mixins/JoinsRelationships.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public function joinMorphRelation(): Closure
*/
return function (
string|array $relation,
array|string|true $morphTypes = true,
array|string|bool $morphTypes = true,
Closure|array|null $callback = null,
string $type = 'inner',
bool $through = false,
Expand Down

0 comments on commit dd53eab

Please sign in to comment.