Извените, то другой человек, а можно подробно указать, что сгделать у меня с 71 строки налинается это
 
	    $controller = new $class($registry); 
	        } else { 
	            return new \Exception('Error: Could not call ' . $this->route . '/' . $this->method . '!'); 
	        } 
	         
	        $reflection = new ReflectionClass($class); 
	         
	        if ($reflection->hasMethod($this->method) && $reflection->getMethod($this->method)->getNumberOfRequiredParameters() <= count($args)) { 
	            return call_user_func_array(array($controller, $this->method), $args); 
	        } else { 
	            return new \Exception('Error: Could not call ' . $this->route . '/' . $this->method . '!'); 
	        } 
	    } 
	} 
	после усиновки какого то модуля поломался сайт, модуль удалили и вот теперьь не пашет, помогите исправить, в этом не силен