Fix backups

This commit is contained in:
kubi 2024-04-27 08:52:27 +00:00
parent 85b250d016
commit 38aea0edbe

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';