Skip to content

Commit

Permalink
MINOR: remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann-BUTSCHER-EIRL committed Jun 10, 2023
1 parent 826ccfe commit 3a929ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function redirectAction()
*/
public function indexAction(Request $request, PeopleRepository $peopleRepository)
{

$people = $peopleRepository->findWithOutdatedMembership();

return $this->render('Home/index.html.twig', array(
Expand Down

0 comments on commit 3a929ff

Please sign in to comment.