@@ -67,7 +67,7 @@ |
||
| 67 | 67 | ; |
| 68 | 68 | |
| 69 | 69 | if (version_compare(\Symfony\Component\HttpKernel\Kernel::VERSION, '3.3', '>=')) { |
| 70 | - $container->setAlias($class, $id); |
|
| 70 | + $container->setAlias($class, $id); |
|
| 71 | 71 | } else { |
| 72 | 72 | $container->addAutowiringType($old->getClass()); |
| 73 | 73 | } |