Fix InMemoryFilesystemAdapter (#4489)

This commit is contained in:
Jelco 2022-10-26 18:26:56 +02:00 committed by GitHub
parent d31ece1c75
commit 5c78b380c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ class BackupManager
*/
public function createWingsAdapter(array $config): FilesystemAdapter
{
return new InMemoryFilesystemAdapter(null);
return new InMemoryFilesystemAdapter();
}
/**