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

Merge pull request #6113 from mikeSimonson/master

Fix documentation
This commit is contained in:
mikeSimonson 2016-11-03 21:10:41 +01:00 committed by GitHub
commit 60a967bb1d

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