예제 #1
0
 /**
  * Using the configuration value, determines whether we need to redirect to a URL with
  * a trailing slash or not.
  *
  * @return \Concrete\Core\Routing\RedirectResponse
  */
 public static function handleURLSlashes(Symfony\Component\HttpFoundation\Request $request)
 {
     return static::$instance->handleURLSlashes($request);
 }