1
0
mirror of synced 2025-03-24 00:43:51 +03:00

Merge pull request 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

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