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

11 lines
173 B
PHP
Executable File

<?php
namespace App\Ship\Notifications;
use App\Ship\Abstracts\Notifications\Notification as AbstractsNotification;
class Notification extends AbstractsNotification
{
}