Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getProviderUrl()
 {
     return Utils::getFirstValue(Utils::getData($this->providers, 'providerUrl', $this->request)) ?: $this->request->getScheme() . '://' . $this->request->getDomain(true);
 }