update page after programmatic file remove (routes/remove-file.php)
This commit is contained in:
parent
4a23d243c7
commit
28b99017fd
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ return [
|
|||
|
||||
$file->delete();
|
||||
|
||||
$page->update();
|
||||
|
||||
return json_encode("File successfully removed.");
|
||||
}
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue