taxus) { throw new \Exception("An instance of Taxus must be linked to this object."); } return $this->taxus->granted($privilegeName, ...$arguments); } public function cannot(string $privilegeName, ...$arguments) : bool { return ! $this->can($privilegeName, ...$arguments); } }