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

11 lines
129 B
PHP
Executable File

<?php
namespace App\Ship\Events;
use App\Ship\Abstracts\Events\Event as AbstractEvent;
class Event extends AbstractEvent
{
}