mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-16 09:06:17 +08:00
Fix phpcs issues
This commit is contained in:
@ -108,7 +108,6 @@ class BookController extends Controller
|
|||||||
|
|
||||||
$shelfBooks = $this->entityRepo->getBookshelfChildren($bookshelf);
|
$shelfBooks = $this->entityRepo->getBookshelfChildren($bookshelf);
|
||||||
$shelfBookIds = $shelfBooks->pluck('id');
|
$shelfBookIds = $shelfBooks->pluck('id');
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$bookshelf = null;
|
$bookshelf = null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user