mirror of
https://github.com/filegator/filegator.git
synced 2025-08-10 19:44:21 +02:00
Fix: merging chunks after upload
This commit is contained in:
@@ -16,7 +16,7 @@ interface TmpfsInterface
|
||||
|
||||
public function findAll($pattern): array;
|
||||
|
||||
public function write(string $filename, $data);
|
||||
public function write(string $filename, $data, $append);
|
||||
|
||||
public function read(string $filename): string;
|
||||
|
||||
|
Reference in New Issue
Block a user