Skip to content

Commit ec3a0b2

Browse files
committed
Add implementedEvents method to component
1 parent c03b267 commit ec3a0b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Controller/Component/ApiPaginationComponent.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ class ApiPaginationComponent extends Component
3030
*/
3131
protected $pagingInfo = [];
3232

33+
/**
34+
* {@inheritDoc}
35+
*
36+
* @return array
37+
*/
38+
public function implementedEvents()
39+
{
40+
return [];
41+
}
42+
3343
/**
3444
* Injects the pagination info into the response if the current request is a
3545
* JSON or XML request with pagination.

0 commit comments

Comments
 (0)