예제 #1
0
 public function __construct(HttpClient $httpClient, EventDispatcherInterface $dispatcher, Container $container)
 {
     parent::__construct($httpClient, $dispatcher);
     $this->container = $container;
 }