Skip to content

Commit da725c3

Browse files
committed
remove implementedEvents function
This function breaks the whole component.
1 parent ee9fe75 commit da725c3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Controller/Component/ApiPaginationComponent.php

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

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

0 commit comments

Comments
 (0)