Longman\TelegramBot\Commands\SystemCommands\GenericmessageCommand::executeNoDb PHP Méthode

executeNoDb() public méthode

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