예제 #1
0
파일: Session.php 프로젝트: df-arif/df-core
 public static function has($name)
 {
     return \Session::has($name);
 }