Skip to content

Commit

Permalink
Remove unfinished function
Browse files Browse the repository at this point in the history
  • Loading branch information
grantholle committed Dec 15, 2023
1 parent eedfbae commit 5e5263c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Database/Scope/Scope.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,4 @@ public function shouldApplyScopeToModelQuery()
return $this->onlyScopeRelations ||
($this->allowNullScope && is_null($this->scope));
}

protected function applyS()
{
return $this->allowNullScope;
}
}

0 comments on commit 5e5263c

Please sign in to comment.