Esempio n. 1
0
 /**
  * Set the log storage path.
  *
  * @param  string  $storagePath
  *
  * @return \Arcanedev\LogViewer\Utilities\Factory
  */
 public function setPath($storagePath)
 {
     $this->filesystem->setPath($storagePath);
     return $this;
 }