Skip to content

Commit

Permalink
Fix use reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lykciv committed Feb 15, 2023
1 parent e4e3553 commit b5100fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Debug\Debug;
use Symfony\Component\ErrorHandler\Debug;

// if you don't want to setup permissions the proper way, just uncomment the following PHP line
// read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
Expand Down

0 comments on commit b5100fc

Please sign in to comment.