Example #1
0
 /**
  * Set the log storage path.
  *
  * @param  string  $storagePath
  *
  * @return self
  */
 public function setPath($storagePath)
 {
     $this->filesystem->setPath($storagePath);
     return $this;
 }