rtckit/php-esl

View on GitHub
src/Response/TextEventJson.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * RTCKit\ESL\Response\TextEventJson Class
 */
declare(strict_types = 1);

namespace RTCKit\ESL\Response;

class TextEventJson extends \RTCKit\ESL\Response
{
    public const CONTENT_TYPE = 'text/event-json';
}