Corrected bad class reference in "Adding own commands"
This commit is contained in:
parent
6b3056ff8c
commit
af2f6a6fff
@ -476,7 +476,7 @@ To include a new command on Doctrine Console, you need to do modify the
|
||||
|
||||
<?php
|
||||
// doctrine.php
|
||||
use Symfony\Component\Console\Helper\Application;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
// as before ...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user