Fixing reference to Doctrine\ORM\Version
This commit is contained in:
parent
fa3f1e088d
commit
7520a745c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue