Eloquent::applyScopes PHP Method

applyScopes() public static method

Apply the scopes to the Eloquent builder instance and return it.
public static applyScopes ( ) : Builder | static
return Illuminate\Database\Eloquent\Builder | static
        public static function applyScopes()
        {
            return \Illuminate\Database\Eloquent\Builder::applyScopes();
        }
Eloquent