mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Merge branch 'fix/backups' into v2
This commit is contained in:
@@ -64,7 +64,7 @@ class Backup extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $attributes = [
|
||||
'is_successful' => true,
|
||||
'is_successful' => false,
|
||||
'is_locked' => false,
|
||||
'checksum' => null,
|
||||
'bytes' => 0,
|
||||
|
||||
Reference in New Issue
Block a user