示例#1
0
文件: File.php 项目: spetross/ugvoice
 /**
  * Copy the Storage to local file
  */
 protected function copyStorageToLocal($storagePath, $localPath)
 {
     return FileHelper::put($localPath, Storage::get($storagePath));
 }