From 1ba1ed23f1f6c77fb818bd748d1597fe5776e05f Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 7 Aug 2023 22:29:48 +0100 Subject: [PATCH] Replace Debug component by ErrorHandler component --- bin/console | 2 +- web/app_dev.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/console b/bin/console index 8cef40b2c..c480603e1 100755 --- a/bin/console +++ b/bin/console @@ -3,7 +3,7 @@ use Symfony\Bundle\FrameworkBundle\Console\Application; use Symfony\Component\Console\Input\ArgvInput; -use Symfony\Component\Debug\Debug; +use Symfony\Component\ErrorHandler\Debug; // if you don't want to setup permissions the proper way, just uncomment the following PHP line // read https://symfony.com/doc/current/setup.html#checking-symfony-application-configuration-and-setup diff --git a/web/app_dev.php b/web/app_dev.php index 57e1a433f..d3b01d8e8 100644 --- a/web/app_dev.php +++ b/web/app_dev.php @@ -1,6 +1,6 @@