Silber\Bouncer\Conductors\Traits\ConductsAbilities::everything PHP Method

everything() public method

Allow/disallow all abilities on everything.
public everything ( array $attributes = [] ) : mixed
$attributes array
return mixed
    public function everything(array $attributes = [])
    {
        return $this->to('*', '*', $attributes);
    }