This commit is contained in:
2026-02-22 15:38:45 -06:00
parent 72823eb2e0
commit 14588269d6
5 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers\Finance;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class ShipInsuranceController extends Controller
{
//
}