Merge branch 'fix/backups' into v2
This commit is contained in:
commit
38ddcfb0d9
8 changed files with 54 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue