Scheb\TwoFactorBundle\Security\TwoFactor\Voter::supportsAttribute PHP Method

supportsAttribute() public method

public supportsAttribute ( string $attribute ) : boolean
$attribute string
return boolean true
    public function supportsAttribute($attribute)
    {
        return true;
    }