1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Corrected bad class reference in "Adding own commands"

This commit is contained in:
Matthew Turland 2015-06-29 22:58:48 -05:00
parent 6b3056ff8c
commit af2f6a6fff

View File

@ -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 ...