add school year model
This commit is contained in:
@@ -12,13 +12,13 @@ class AdministratorTeacherSubmissionService
|
||||
) {
|
||||
}
|
||||
|
||||
public function report(): array
|
||||
public function report(array $filters = []): array
|
||||
{
|
||||
return $this->reportService->report();
|
||||
return $this->reportService->report($filters);
|
||||
}
|
||||
|
||||
public function sendNotifications(Request $request, int $adminId): array
|
||||
{
|
||||
return $this->notificationService->send($request, $adminId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user