Longman\TelegramBot\Commands\SystemCommands\GenericmessageCommand::executeNoDb PHP 메소드

executeNoDb() 공개 메소드

Execution if MySQL is required but not available
public executeNoDb ( ) : ServerResponse
리턴 Longman\TelegramBot\Entities\ServerResponse
    public function executeNoDb()
    {
        //Do nothing
        return Request::emptyResponse();
    }
GenericmessageCommand