return $this->voter;
} public function supportsAttribute(string
$attribute): bool
{ return !
$this->voter instanceof CacheableVoterInterface ||
$this->voter->
supportsAttribute($attribute);
} public function supportsType(string
$subjectType): bool
{ return !
$this->voter instanceof CacheableVoterInterface ||
$this->voter->
supportsType($subjectType);
}}