Example #1
0
 /**
  *
  */
 public static function dispatchFromCurrent()
 {
     return self::dispatch(Request::createFromCurrent());
 }