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

11 lines
190 B
PHP
Executable File

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