Ejemplo n.º 1
0
 /**
  * Writes the pillar data
  *
  * @return Result
  */
 public function run()
 {
     $pathExists = (bool) file_exists($this->stockPath);
     return parent::_doRun($pathExists);
 }