public function __construct(Container $container)
 {
     parent::__construct($container);
 }
Exemplo n.º 2
0
 public function __construct(ContainerInterface $containerInterface, $key = 'logger')
 {
     $this->key = $key;
     parent::__construct($containerInterface);
 }