예제 #1
0
파일: Request.php 프로젝트: eok8177/shopCMS
 /**
  * Is tablet device
  * @return bool
  */
 public function is_tablet()
 {
     return Request::_mobile_detect()->isTablet();
 }