Exemplo n.º 1
0
 /**
  * Get the current request's URI.
  * @return string The current request's URI.
  */
 public static function uri()
 {
     return Nimble::uri();
 }
Exemplo n.º 2
0
 /**
  * Get the current request's URI.
  * @return string The current request's URI.
  */
 public static function uri()
 {
     return preg_replace('/\\/$/', '', Nimble::uri());
 }