Пример #1
0
 /**
  * Get the URL using a `getUrl()` method on the adapter.
  *
  * @param  string $path
  * @return string
  */
 protected function getFromMethod($path)
 {
     return $this->adapter->getUrl($path);
 }