Fix unnecessary debug statement in LocalFileVolume.php
This commit is contained in:
		@@ -63,7 +63,6 @@ class LocalFileVolume extends BaseModel
 | 
				
			|||||||
                $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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user