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