コード例 #1
0
ファイル: Discovery.php プロジェクト: rhys-mcguckin/discovery
 /**
  * Reset the cache to enable a rebuild.
  *
  * @return self
  */
 public function reset()
 {
     $this->cache->reset();
     return $this;
 }