1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Correcting a use statment in the documentation

This commit is contained in:
mike 2016-11-03 20:40:48 +01:00
parent c1943624ab
commit 11c2d815ef

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