We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e168863 commit fcb8c6eCopy full SHA for fcb8c6e
app/src/Containers/Book/Actions/Decorators/GetBookListActionLogger.php
@@ -11,7 +11,7 @@ class GetBookListActionLogger extends GetBookListActionDecorator
11
{
12
public function execute(PaginateRequestInterface $paginateRequest): BookCollection
13
14
- $bookCollection = parent::execute($paginateRequest);
+ $bookCollection = $this->getBookListActionInterface->execute($paginateRequest);
15
\Log::info("returned " . count($bookCollection) . " books");
16
17
return $bookCollection;
0 commit comments