rtckit/php-esl

View on GitHub
src/Request/Linger.php

Summary

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

namespace RTCKit\ESL\Request;

use RTCKit\ESL\Request;

class Linger extends Request
{
    public const COMMAND = 'linger';
}