Files
ntspi-app/app/Ship/Broadcasting/PrivateChannel.php
T
2026-03-20 21:47:02 +05:00

11 lines
179 B
PHP
Executable File

<?php
namespace App\Ship\Broadcasting;
use App\Ship\Abstracts\Broadcasting\PrivateChannel as AbstractsPrivateChannel;
class PrivateChannel extends AbstractsPrivateChannel
{
}