socialbox-php/src/Socialbox/Enums/ClientCommands.php

9 lines
98 B
PHP
Raw Normal View History

<?php
namespace Socialbox\Enums;
enum ClientCommands : string
{
case CONNECT = 'CONNECT';
}