Eloquent::removedScopes PHP Method

removedScopes() public static method

Get an array of global scopes that were removed from the query.
public static removedScopes ( ) : array
return array
        public static function removedScopes()
        {
            return \Illuminate\Database\Eloquent\Builder::removedScopes();
        }
Eloquent