App\Libraries\AuthorizationResult::rawMessage PHP Méthode

rawMessage() public méthode

public rawMessage ( )
    public function rawMessage()
    {
        if ($this->can()) {
            return;
        }
        return presence($this->rawMessage, 'unauthorized');
    }