Error [ 0 ]: Class 'Imoveis\Controller\URL' not found

MODPATH/imoveis/src/Imoveis/Controller/ImoveisController.php [ 707 ]

702 
703     public function detailAction($code, $slug, $type)
704     {
705         $imovel = \Imoveis\Model\Imovel::findForSite($code, $slug, $type);
706         if (empty($imovel)) {
707             return $this->redirect(URL::site('/'));           
708         }
709         
710         $data = array(
711             'imovel'   => $imovel,
712             'sections' => $this->getSectionsForType($imovel->tipo_imovel)
  1. {PHP internal call} » Imoveis\Controller\ImoveisController->detailAction(arguments)

  2. /home/viverimoveis/.repos/releases/20180222192952/src/Mix/Application.php [ 217 ] » call_user_func_array(arguments)

  3. /home/viverimoveis/.repos/releases/20180222192952/src/Mix/Application.php [ 255 ] » Mix\Application->handle(arguments)

  4. DOCROOT/index.php [ 99 ] » Mix\Application->run()

Environment