コード例 #1
0
ファイル: Session.php プロジェクト: df-arif/df-core
 public static function has($name)
 {
     return \Session::has($name);
 }