App\Libraries\AuthorizationResult::message PHP 메소드

message() 공개 메소드

public message ( )
    public function message()
    {
        if ($this->can()) {
            return;
        }
        return trans('authorization.' . $this->rawMessage());
    }