Skip to content

Commit 5c78b38

Browse files
authored
Fix InMemoryFilesystemAdapter (pterodactyl#4489)
1 parent d31ece1 commit 5c78b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Extensions/Backups/BackupManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function callCustomCreator(array $config): mixed
104104
*/
105105
public function createWingsAdapter(array $config): FilesystemAdapter
106106
{
107-
return new InMemoryFilesystemAdapter(null);
107+
return new InMemoryFilesystemAdapter();
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)