We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bfebc commit 8c6b116Copy full SHA for 8c6b116
app/Entities/Tools/TrashCan.php
@@ -206,8 +206,6 @@ protected function destroyPage(Page $page): int
206
Book::query()->where('default_template_id', '=', $page->id)
207
->update(['default_template_id' => null]);
208
209
- $page->forceDelete();
210
-
211
// Remove chapter template usages
212
Chapter::query()->where('default_template_id', '=', $page->id)
213
0 commit comments