Merge branch 'develop' into attributes

This commit is contained in:
Matthew Penner 2022-10-29 18:00:59 -06:00 committed by GitHub
commit 5535bae771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 142 additions and 27 deletions

View file

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