コード例 #1
0
ファイル: URL.php プロジェクト: flo5581/lubaframework
 public function withoutParams()
 {
     return \Request::scheme() . "://" . \Request::root() . $this->uri();
 }