mirror of
https://github.com/pelican-dev/panel.git
synced 2025-03-14 09:57:36 +00:00
Fix Backups
This commit is contained in:
@ -97,7 +97,7 @@ class BackupManager
|
||||
/**
|
||||
* Creates a new daemon adapter.
|
||||
*/
|
||||
public function createDaemonAdapter(array $config): FilesystemAdapter
|
||||
public function createWingsAdapter(array $config): FilesystemAdapter
|
||||
{
|
||||
return new InMemoryFilesystemAdapter();
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ return [
|
||||
'disks' => [
|
||||
// There is no configuration for the local disk for Daemon. That configuration
|
||||
// is determined by the Daemon configuration, and not the Panel.
|
||||
'daemon' => [
|
||||
'wings' => [
|
||||
'adapter' => Backup::ADAPTER_DAEMON,
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user