Skip to content

Commit e571216

Browse files
authored
Fix: Fatal error filemanager (hestiacp#3351)
PHP message: PHP Fatal error: Type of Filegator\Services\Archiver\Adapters\HestiaZipArchiver::$tmpfs must not be defined (as in class Filegator\Services\Archiver\Adapters\ZipArchiver)
1 parent c421251 commit e571216

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/deb/filemanager/filegator/backend/Services/Archiver/Adapters/HestiaZipArchiver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use function Hestiacp\quoteshellarg\quoteshellarg;
1111

1212
class HestiaZipArchiver extends ZipArchiver implements Service, ArchiverInterface {
13-
public TmpfsInterface $tmpfs;
1413
protected $container;
1514

1615
public function __construct(TmpfsInterface $tmpfs, Container $container) {

0 commit comments

Comments
 (0)