We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bb9a4 commit 8daa086Copy full SHA for 8daa086
app/code/Magento/RemoteStorage/Driver/Adapter/CachedAdapter.php
@@ -223,4 +223,9 @@ public function visibility(string $path): FileAttributes
223
$result = $this->metadataProvider->getMetadata($path);
224
return new FileAttributes($path, null, $result['visibility']);
225
}
226
+
227
+ public function directoryExists(string $path): bool
228
+ {
229
+ // TODO: Implement directoryExists() method.
230
+ }
231
0 commit comments