**[in Configuration/ConfigManager.php, line 20](https://github.com/MWSimple/AdminCrudBundle/blob/86241f8689b5809395024dc1e8cb0133129fce4e/Configuration/ConfigManager.php#L20)** > A Symfony dependency injection container has been found as an argument. ```php { private $backendConfig; /** @var ContainerInterface */ private $container; public function __construct(ContainerInterface $container) { $this->container = $container; } /** ``` --------------------- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/4bd204f1-2be2-4022-8a2e-6b70c0065cba/analyses/34?status=violations)_
in Configuration/ConfigManager.php, line 20
{ private $backendConfig; /** @var ContainerInterface */ private $container; public function __construct(ContainerInterface $container) { $this->container = $container; } /**Posted from SensioLabsInsight