Fix InMemoryFilesystemAdapter (#4489)
This commit is contained in:
parent
d31ece1c75
commit
5c78b380c5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class BackupManager
|
||||||
*/
|
*/
|
||||||
public function createWingsAdapter(array $config): FilesystemAdapter
|
public function createWingsAdapter(array $config): FilesystemAdapter
|
||||||
{
|
{
|
||||||
return new InMemoryFilesystemAdapter(null);
|
return new InMemoryFilesystemAdapter();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue