コード例 #1
0
ファイル: RouteRegister.php プロジェクト: arcanedev/support
 /**
  * Set a global where pattern on all routes.
  *
  * @param  string  $key
  * @param  string  $pattern
  */
 public function pattern($key, $pattern)
 {
     $this->router->pattern($key, $pattern);
 }