@@ -137,6 +137,6 @@ |
||
| 137 | 137 | */ |
| 138 | 138 | protected function getCommand() |
| 139 | 139 | { |
| 140 | - return 'uber:translations:export'; |
|
| 140 | + return 'uber:translations:export'; |
|
| 141 | 141 | } |
| 142 | 142 | } |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 6 | 6 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
| 7 | -use Symfony\Component\DependencyInjection\Reference; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * Compile container with proper storage service (according to bundle configuration) |