fix(backup): add .dmp to allowed extensions for database import (#9869)
This commit is contained in:
parent
3e76390194
commit
e77e0761db
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class UploadController extends BaseController
|
|||
'archive.gz',
|
||||
'bz2',
|
||||
'xz',
|
||||
'dmp',
|
||||
];
|
||||
|
||||
public function upload(Request $request)
|
||||
|
|
|
|||
Loading…
Reference in a new issue