Skip to content

Commit

Permalink
Merge branch 'release/2.5.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Oct 2, 2024
2 parents 624013d + e8b9747 commit 611ef2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Changelog

## 2.5.0 (02/10/2024)

+ First release
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 611ef2f

Please sign in to comment.