add test batches
This commit is contained in:
@@ -17,7 +17,8 @@ class SchoolYearAdminPageController extends Controller
|
||||
public function __construct(
|
||||
private SchoolYearClosureService $service,
|
||||
private SchoolYearResolver $resolver
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function show(Request $request): View
|
||||
{
|
||||
|
||||
@@ -16,7 +16,8 @@ class TeacherCalendarPageController extends Controller
|
||||
private SchoolCalendarQueryService $queryService,
|
||||
private SchoolCalendarMeetingService $meetingService,
|
||||
private SchoolCalendarFormatterService $formatterService,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function show(): View
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user