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