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

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

680     
681     public function empreendimentosDetailAction($code, $slug, $type)
682     {
683         $imovel = \Imoveis\Model\Imovel::findForSite($code, $slug, $type, true);
684         if (empty($imovel)) {
685             return $this->redirect(URL::site('/'));           
686         }
687         
688         $data = array(
689             'imovel'           => $imovel,
690             'isEmpreendimento' => true,
  1. {PHP internal call} » Imoveis\Controller\ImoveisController->empreendimentosDetailAction(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