MWSimple / AdminCrudBundle

AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.
http://www.tecspro.com.ar
20 stars 13 forks source link

[Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Configuration/ConfigManager.php, line 20 #105

Open gonzaloalonsod opened 7 years ago

gonzaloalonsod commented 7 years ago

in Configuration/ConfigManager.php, line 20

A Symfony dependency injection container has been found as an argument.

{
    private $backendConfig;
    /** @var ContainerInterface */
    private $container;

    public function __construct(ContainerInterface $container)
    {
        $this->container = $container;
    }

    /**

Posted from SensioLabsInsight