Merge pull request #162 from pelican-dev/backup_fix

Fix backups
This commit is contained in:
iamkubi 2024-04-27 02:02:17 -07:00 committed by GitHub
commit 267952d750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ class Backup extends Model
public const RESOURCE_NAME = 'backup';
public const ADAPTER_DAEMON = 'daemon';
public const ADAPTER_DAEMON = 'wings';
public const ADAPTER_AWS_S3 = 's3';
protected $table = 'backups';