From: Raphaƫl Gertz Date: Tue, 8 Dec 2020 00:58:55 +0000 (+0100) Subject: Remove deprecated X-Git-Tag: 0.1~46 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/fc6f9c66334d691643837ce511af86b6f1ce6cb8 Remove deprecated --- diff --git a/bin/console b/bin/console index c0512bf..6e03e6e 100644 --- a/bin/console +++ b/bin/console @@ -4,7 +4,7 @@ use App\Kernel; use Symfony\Bundle\FrameworkBundle\Console\Application; use Symfony\Component\Console\Input\ArgvInput; -use Symfony\Component\Debug\Debug; +use Symfony\Component\ErrorHandler\Debug; if (false === in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) { echo 'Warning: The console should be invoked via the CLI version of PHP, not the '.\PHP_SAPI.' SAPI'.\PHP_EOL;