예제 #1
0
파일: StackTest.php 프로젝트: bolt/bolt
 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);
 }