diff --git a/public/index.php b/public/index.php index 147f1ca4..f31d24da 100644 --- a/public/index.php +++ b/public/index.php @@ -10,8 +10,8 @@ */ use JoliCode\SecretSanta\Kernel; -use Symfony\Component\Debug\Debug; use Symfony\Component\Dotenv\Dotenv; +use Symfony\Component\ErrorHandler\Debug; use Symfony\Component\HttpFoundation\Request; require __DIR__ . '/../vendor/autoload.php';