11 lines
156 B
PHP
Executable File
11 lines
156 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Ship\Abstracts\Components;
|
|
|
|
use Illuminate\View\Component as LaravelComponent;
|
|
|
|
abstract class Component extends LaravelComponent
|
|
{
|
|
|
|
}
|