Fix unnecessary debug statement in LocalFileVolume.php
This commit is contained in:
parent
16f9c727f2
commit
b3f1cc3edd
@ -63,7 +63,6 @@ public function saveStorageOnServer()
|
|||||||
$content = base64_encode($content);
|
$content = base64_encode($content);
|
||||||
$chmod = $fileVolume->chmod;
|
$chmod = $fileVolume->chmod;
|
||||||
$chown = $fileVolume->chown;
|
$chown = $fileVolume->chown;
|
||||||
ray($content, $path, $chmod, $chown);
|
|
||||||
$commands->push("echo '$content' | base64 -d > $path");
|
$commands->push("echo '$content' | base64 -d > $path");
|
||||||
$commands->push("chmod +x $path");
|
$commands->push("chmod +x $path");
|
||||||
if ($chown) {
|
if ($chown) {
|
||||||
|
Loading…
Reference in New Issue
Block a user