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 @@