fix report

This commit is contained in:
2025-06-15 17:04:04 +03:30
parent 8ee7379bac
commit 72b66d51f9
5 changed files with 79 additions and 318 deletions

View File

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