Eloquent::removedScopes PHP Метод

removedScopes() публичный статический Метод

Get an array of global scopes that were removed from the query.
public static removedScopes ( ) : array
Результат array
        public static function removedScopes()
        {
            return \Illuminate\Database\Eloquent\Builder::removedScopes();
        }
Eloquent