Ejemplo n.º 1
0
 /**
  * @param string $url
  * @param EntityInterface $entity
  *
  * @return bool
  */
 protected function uploadImageFromUrl($url, EntityInterface $entity)
 {
     return $this->downloader->image($url, $this->downloader->getRoot() . $entity->getWebPath());
 }