diff --git a/src/Database/Scope/Scope.php b/src/Database/Scope/Scope.php index 5442f4a..4c3b877 100644 --- a/src/Database/Scope/Scope.php +++ b/src/Database/Scope/Scope.php @@ -296,9 +296,4 @@ public function shouldApplyScopeToModelQuery() return $this->onlyScopeRelations || ($this->allowNullScope && is_null($this->scope)); } - - protected function applyS() - { - return $this->allowNullScope; - } }