From 0a0b7da338c5e3892c889e21563856de8e59b29e Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista <987038+ilario-pierbattista@users.noreply.github.com> Date: Sat, 7 Dec 2024 08:04:54 +0100 Subject: [PATCH] Fix ProfilerController configuration (#194) --- CHANGELOG.md | 1 + src/Resources/config/profiler.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e283355..f9e013f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Profiling for countDocuments() and estimatedDocumentCount() (#191) by [@phleauran](https://github.com/phleauran). ### Fixed * Fixed deprecation warnings using PHP 8.4 +* ProfilerController configuration (explain links). ## [1.6.1] (2024-10-04) ### Fixed diff --git a/src/Resources/config/profiler.xml b/src/Resources/config/profiler.xml index 404773b..e4f35d3 100644 --- a/src/Resources/config/profiler.xml +++ b/src/Resources/config/profiler.xml @@ -44,9 +44,10 @@ - + +