App\Libraries\AuthorizationResult::message PHP Method

message() public method

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