Skip to content

Commit

Permalink
revert signature change
Browse files Browse the repository at this point in the history
  • Loading branch information
liamduckett committed Jan 26, 2025
1 parent fe6193d commit cfc3dc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function orHasMorph($relation, $types, $operator = '>=', $count = 1)
* @param string $boolean
* @return $this
*/
public function doesntHaveMorph($relation, $types = ['*'], $boolean = 'and', ?Closure $callback = null)
public function doesntHaveMorph($relation, $types, $boolean = 'and', ?Closure $callback = null)
{
return $this->hasMorph($relation, $types, '<', 1, $boolean, $callback);
}
Expand Down

0 comments on commit cfc3dc0

Please sign in to comment.