Fix handling for backups; correctly send along ignored files & directories
This commit is contained in:
parent
b6a0cca0f9
commit
00b0d30c60
8 changed files with 31 additions and 16 deletions
|
@ -22,7 +22,7 @@ class StoreBackupRequest extends ClientApiRequest
|
|||
{
|
||||
return [
|
||||
'name' => 'nullable|string|max:255',
|
||||
'ignore' => 'nullable|string',
|
||||
'ignored' => 'nullable|string',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue