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

@ -204,7 +204,7 @@ class ChapterController extends Controller
session()->flashInput(['name' => $chapter->name]);
return view('chapters.copy', [
'book' => $chapter->book,
'book' => $chapter->book,
'chapter' => $chapter,
]);
}
@ -225,6 +225,7 @@ class ChapterController extends Controller
if (is_null($newParentBook)) {
$this->showErrorNotification(trans('errors.selected_book_not_found'));
return redirect()->back();
}