@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Doctrine\ORM\Mapping\ClassMetadata; |
| 7 | 7 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
| 8 | 8 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 9 | -use Symfony\Component\DependencyInjection\Definition; |
|
| 10 | 9 | use Symfony\Component\DependencyInjection\Reference; |
| 11 | 10 | use Symfony\Component\HttpKernel\Kernel; |
| 12 | 11 | |
@@ -113,6 +113,9 @@ |
||
| 113 | 113 | return false; |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | + /** |
|
| 117 | + * @param string $message |
|
| 118 | + */ |
|
| 116 | 119 | private function log(ContainerBuilder $container, $message) |
| 117 | 120 | { |
| 118 | 121 | if (method_exists($container, 'log')) { |