1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Fixing reference to Doctrine\ORM\Version

This commit is contained in:
Marco Pivetta 2012-11-12 11:31:19 +01:00
parent fa3f1e088d
commit 7520a745c2

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
{