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

11 lines
151 B
PHP
Executable File

<?php
namespace App\Ship\Abstracts\Views;
use Illuminate\View\Component as LaravelComponent;
abstract class Component extends LaravelComponent
{
}