Fix inability to download files from the panel; closes #3151

Co-Authored-By: xcgc <74693042+xcgc@users.noreply.github.com>
This commit is contained in:
Dane Everitt 2021-03-07 09:45:27 -08:00
parent 7e0efbdecd
commit 1476104b30
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 15 additions and 10 deletions

View file

@ -35,6 +35,7 @@ class AuditLog extends Model
public const SERVER__BACKUP_FAILED = 'server:backup.failed';
public const SERVER__BACKUP_COMPELTED = 'server:backup.completed';
public const SERVER__BACKUP_DELETED = 'server:backup.deleted';
public const SERVER__BACKUP_DOWNLOADED = 'server:backup.downloaded';
public const SERVER__BACKUP_RESTORE_STARTED = 'server:backup.restore.started';
public const SERVER__BACKUP_RESTORE_COMPLETED = 'server:backup.restore.completed';
public const SERVER__BACKUP_RESTORE_FAILED = 'server:backup.restore.failed';