Fix phpcs issues
This commit is contained in:
parent
50a9c71de0
commit
d3cd369247
|
@ -108,7 +108,6 @@ class BookController extends Controller
|
|||
|
||||
$shelfBooks = $this->entityRepo->getBookshelfChildren($bookshelf);
|
||||
$shelfBookIds = $shelfBooks->pluck('id');
|
||||
|
||||
} else {
|
||||
$bookshelf = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue