Procházet zdrojové kódy

Merge remote-tracking branch 'upstream/main' into ipv6

asmcc před 3 roky
rodič
revize
a393ccdc7c

+ 0 - 1
install/deb/filemanager/filegator/backend/Services/Archiver/Adapters/HestiaZipArchiver.php

@@ -10,7 +10,6 @@ use Filegator\Services\Tmpfs\TmpfsInterface;
 use function Hestiacp\quoteshellarg\quoteshellarg;
 use function Hestiacp\quoteshellarg\quoteshellarg;
 
 
 class HestiaZipArchiver extends ZipArchiver implements Service, ArchiverInterface {
 class HestiaZipArchiver extends ZipArchiver implements Service, ArchiverInterface {
-	public TmpfsInterface $tmpfs;
 	protected $container;
 	protected $container;
 
 
 	public function __construct(TmpfsInterface $tmpfs, Container $container) {
 	public function __construct(TmpfsInterface $tmpfs, Container $container) {