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

11 lines
183 B
PHP
Executable File

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