예제 #1
0
 /**
  * If we have redirect to canonical host enabled, we need to honor it here.
  *
  * @return \Concrete\Core\Routing\RedirectResponse
  */
 public static function handleCanonicalURLRedirection(Symfony\Component\HttpFoundation\Request $r)
 {
     return static::$instance->handleCanonicalURLRedirection($r);
 }