chore: code cleanup
This commit is contained in:
@@ -19,7 +19,7 @@ class IndexController extends AbstractController
|
||||
private readonly ValidatorInterface $validator,
|
||||
private readonly AssignmentFilterHandler $filterHandler,
|
||||
private readonly PaginatorInterface $paginator,
|
||||
private readonly AssignmentRepository $assignmentRepository
|
||||
private readonly AssignmentRepository $assignmentRepository,
|
||||
) {
|
||||
}
|
||||
|
||||
@@ -58,4 +58,4 @@ class IndexController extends AbstractController
|
||||
'filterDto' => $filterDto,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user