@@ -78,7 +78,7 @@ |
||
| 78 | 78 | $old->setPublic(false); |
| 79 | 79 | //add alias with full class to be compatible with sf 4.0 autowiring |
| 80 | 80 | if ($id !== $class) { |
| 81 | - $container->setAlias($class, $id); |
|
| 81 | + $container->setAlias($class, $id); |
|
| 82 | 82 | } |
| 83 | 83 | } else { |
| 84 | 84 | $service->setAutowiringTypes([$old->getClass()]); //set this one as a default for autowire |