1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Applied latest StyleCI changes

This commit is contained in:
Dan Brown
2021-12-20 17:40:27 +00:00
parent 21f2a7087c
commit fc109f7e1c
5 changed files with 7 additions and 8 deletions

View File

@ -458,6 +458,7 @@ class PageController extends Controller
if (is_null($newParent)) {
$this->showErrorNotification(trans('errors.selected_book_chapter_not_found'));
return redirect()->back();
}