fix route

This commit is contained in:
amirghasempoor
2026-06-14 10:46:31 +03:30
parent a45b4955db
commit 5a2a477789
2 changed files with 2 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ class ReportMachineController extends Controller
// ->get(['id', 'name_fa'])
]);
}
public function machineTypeDetailsReport(Request $request)
{
$machineIds = CMMSMachine::query()->where('car_type', '=', $request->query('car_type'))->pluck('machine_id');