Beispiel #1
0
 public function withArgs()
 {
     $arrArgs = Request::args();
     return !empty($arrArgs);
 }