update exam and attendance

This commit is contained in:
root
2026-04-26 14:57:43 -04:00
parent 5e8fa682b9
commit 8beeed883f
11 changed files with 78 additions and 36 deletions
+1
View File
@@ -16,6 +16,7 @@ abstract class ApiFormRequest extends FormRequest
return array_merge(
$this->query->all(),
$this->request->all(),
$this->allFiles(),
$this->json()->all(),
$json
);