Beispiel #1
0
 public function execute()
 {
     $this->connectorService = $this->container->get('connector_service');
     $this->connectorService->setConnection('live');
     $this->displayAvailableConnectors();
     $this->getConnector();
     $connector = $this->buildConnector();
     $this->authConnector($connector);
 }