1
0
mirror of synced 2025-03-22 07:53:49 +03:00

Merge pull request #511 from Ocramius/hotfix/console-runner-version

Fixing reference to Doctrine\ORM\Version
This commit is contained in:
Benjamin Eberlei 2012-11-12 02:42:30 -08:00
commit ccfd2adf5b

View File

@ -21,7 +21,7 @@ namespace Doctrine\ORM\Tools\Console;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Helper\HelperSet;
use Doctrine\ORM\Mapping\Version;
use Doctrine\ORM\Version;
class ConsoleRunner
{