]> Raphaël G. Git Repositories - airlibre/commitdiff
Remove deprecated
authorRaphaël Gertz <git@rapsys.eu>
Tue, 8 Dec 2020 00:59:29 +0000 (01:59 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 8 Dec 2020 00:59:29 +0000 (01:59 +0100)
public/index.php

index 88911257952cddc80a2575011304c58085132350..367362edc32e24620e4cc5662d4e1102c4e4fd74 100644 (file)
@@ -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';