chore: code cleanup
This commit is contained in:
@@ -15,7 +15,7 @@ class RecentController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
private readonly DispositionRepository $dispositionRepository,
|
||||
private readonly PaginatorInterface $paginator
|
||||
private readonly PaginatorInterface $paginator,
|
||||
) {
|
||||
}
|
||||
|
||||
@@ -43,8 +43,8 @@ class RecentController extends AbstractController
|
||||
);
|
||||
|
||||
return $this->render('teamer/disposition/recent.html.twig', [
|
||||
'teamer' => $teamer,
|
||||
'teamer' => $teamer,
|
||||
'pagination' => $pagination,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user