Пример #1
0
 /**
  * Get the default cache time.
  *
  * @return int 
  * @static 
  */
 public static function getDefaultCacheTime()
 {
     return \Illuminate\Cache\Repository::getDefaultCacheTime();
 }