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

11 lines
133 B
PHP
Executable File

<?php
namespace App\Ship\Abstracts\Jobs;
use Illuminate\Foundation\Bus\Dispatchable;
abstract class Job
{
use Dispatchable;
}