Skip to content

Commit

Permalink
Debug is removed in favor of ErrorHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Nov 28, 2019
1 parent e623e48 commit e8c4dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Expand Up @@ -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';
Expand Down

0 comments on commit e8c4dec

Please sign in to comment.