예제 #1
0
파일: File.php 프로젝트: spetross/ugvoice
 /**
  * Copy the Storage to local file
  */
 protected function copyStorageToLocal($storagePath, $localPath)
 {
     return FileHelper::put($localPath, Storage::get($storagePath));
 }