コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Get the default cache time.
  *
  * @return int 
  * @static 
  */
 public static function getDefaultCacheTime()
 {
     return \Illuminate\Cache\Repository::getDefaultCacheTime();
 }