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 d31ece1 commit 5c78b38Copy full SHA for 5c78b38
app/Extensions/Backups/BackupManager.php
@@ -104,7 +104,7 @@ protected function callCustomCreator(array $config): mixed
104
*/
105
public function createWingsAdapter(array $config): FilesystemAdapter
106
{
107
- return new InMemoryFilesystemAdapter(null);
+ return new InMemoryFilesystemAdapter();
108
}
109
110
/**
0 commit comments