mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add support for locking backups to prevent any accidental deletions
This commit is contained in:
@@ -19,6 +19,7 @@ class StoreBackupRequest extends ClientApiRequest
|
||||
{
|
||||
return [
|
||||
'name' => 'nullable|string|max:191',
|
||||
'is_locked' => 'nullable|boolean',
|
||||
'ignored' => 'nullable|string',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user