Skip to content

Commit

Permalink
Update used Debug class to the recommended one on sf4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jun 5, 2020
1 parent 8b52e0e commit e785944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit e785944

Please sign in to comment.