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