Пример #1
0
 protected function createFiles(array $paths)
 {
     foreach ($paths as $path) {
         $this->filesystem->put($path, '');
     }
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function save($file, $content)
 {
     $this->filesystem->put($file, $content);
 }