Skip to content

Commit

Permalink
bug #524 [Debug] Replace Debug class to make Sylius work again (Zales…
Browse files Browse the repository at this point in the history
…0123)

This PR was merged into the 1.9 branch.

Discussion
----------

Apparently, we missed a thing 😄 💃 

Commits
-------

0d5d821 Replace Debug class to make Sylius work again 💃
  • Loading branch information
pamil authored Mar 2, 2021
2 parents 6df0079 + 0d5d821 commit 2dfc68a
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 2dfc68a

Please sign in to comment.