Merge branch '1.0-develop' into dusk

This commit is contained in:
Lance Pioch 2022-10-29 18:13:28 -04:00 committed by GitHub
commit 5ce5f2fea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 59 additions and 22 deletions

View file

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