Ejemplo n.º 1
0
 public function handle()
 {
     $url = $this->location !== null ? $this->location : URLHelper::fromTitle($this->page->getSite(), $this->prefix, $this->page->getTitle());
     $url = URLFacade::create($url, $this->page, true);
     Bus::dispatch(new MakeURLPrimary($url));
     return $url;
 }