X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/9fa1421748557b70d3bf2161c56b449d6d50323f..d3f1238bf810777609a48e0cb2ca99089f577f16:/public/index.php

diff --git a/public/index.php b/public/index.php
index 8891125..367362e 100644
--- a/public/index.php
+++ b/public/index.php
@@ -1,7 +1,7 @@
 <?php
 
 use App\Kernel;
-use Symfony\Component\Debug\Debug;
+use Symfony\Component\ErrorHandler\Debug;
 use Symfony\Component\HttpFoundation\Request;
 
 require dirname(__DIR__).'/config/bootstrap.php';