This commit is contained in:
2024-12-01 16:03:43 +01:00
parent 6edb16ccbf
commit f8804fc651
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ class PilotServiceProvider extends ServiceProvider
abort(403);
}
$output = $this->pilot->handle($request->all(), $request->files->all());
$output = $this->pilot->handle($request->all(), $request->allFiles());
if (isset($output['json'])) {
return response()->json($output['json']);