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