Silber\Bouncer\Factory::withGate PHP Method

withGate() public method

Set the gate instance to use.
public withGate ( Illuminate\Contracts\Auth\Access\Gate $gate )
$gate Illuminate\Contracts\Auth\Access\Gate
    public function withGate(GateContract $gate)
    {
        $this->gate = $gate;
        return $this;
    }