Update FilesystemService.php

pull/6673/head
Shlee 1 month ago committed by GitHub
parent c8bed78bee
commit 28abcaefa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,6 +35,7 @@ class FilesystemService
$filesystem = new Filesystem($adapter);
$writable = false;
$res = [];
try {
$filesystem->write(self::VERIFY_FILE_NAME, 'ok', []);
$writable = true;

Loading…
Cancel
Save