Eloquent::withoutGlobalScope PHP Method

withoutGlobalScope() public static method

Remove a registered global scope.
public static withoutGlobalScope ( Illuminate\Database\Eloquent\Scope | string $scope )
$scope Illuminate\Database\Eloquent\Scope | string
        public static function withoutGlobalScope($scope)
        {
            return \Illuminate\Database\Eloquent\Builder::withoutGlobalScope($scope);
        }
Eloquent