示例#1
0
 /**
  * Flushes compiler storage
  *
  * @return $this
  */
 public function flush()
 {
     $this->storage->flush();
     return $this;
 }