Skip to content

Commit

Permalink
- Fix ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Oct 2, 2024
1 parent 8c9e38b commit ea64e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/Website/FlashInfoAutoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class FlashInfoAutoController extends AbstractController
*/
public function flashInfosAuto(EntityManagerInterface $entityManager, Request $request): JsonResponse
{

$flashInfos = $entityManager->getRepository(FlashInfo::class)->findPublishedFlashInfo();
$settings = $entityManager->getRepository(Setting::class)->findOneBy([]);
$createCookie = false;
Expand Down

0 comments on commit ea64e65

Please sign in to comment.