We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76d7d2 commit 0977b42Copy full SHA for 0977b42
src/Storage/GCS.php
@@ -79,5 +79,7 @@ public function remove(array $filePaths)
79
public function move($file, $filePath)
80
{
81
$this->filesystem->put($filePath, fopen($file, 'r+'));
82
+
83
+ unlink($file);
84
}
85
0 commit comments