Skip to content

Commit

Permalink
Remove load of deprecated PaginatorComponent from AppContoller. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Mar 8, 2023
1 parent be7b1bf commit 4f13870
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ public function initialize(): void {
$RuleBuilderEventListener = new RuleBuilderEventListener();
EventManager::instance()->on($RuleBuilderEventListener);

// We use Paginator in the REST API as well
$this->loadComponent('Paginator');

if(!$this->request->is('restful')) {
// Initialization for non-RESTful
$this->loadComponent('Flash');
Expand Down

0 comments on commit 4f13870

Please sign in to comment.