diff --git a/src/Controller/Admin/AccessLogsController.php b/src/Controller/Admin/AccessLogsController.php index e3ca8d919..10183781a 100644 --- a/src/Controller/Admin/AccessLogsController.php +++ b/src/Controller/Admin/AccessLogsController.php @@ -3,13 +3,11 @@ namespace App\Controller\Admin; use App\Controller\AppController; -use App\Model\Entity\AccessLog; use Cake\Core\Configure; use Cake\Http\Exception\NotFoundException; class AccessLogsController extends AppController { - public $paginate = [ 'recursive' => -1, 'limit' => 60, diff --git a/src/Model/Table/AccessLogsTable.php b/src/Model/Table/AccessLogsTable.php index bf8fe2f43..5e1c87b28 100644 --- a/src/Model/Table/AccessLogsTable.php +++ b/src/Model/Table/AccessLogsTable.php @@ -21,8 +21,6 @@ class AccessLogsTable extends AppTable { use LogExtendedTrait; - public $actsAs = ['LightPaginator']; - public function initialize(array $config): void { parent::initialize($config); diff --git a/templates/Admin/AccessLogs/index.php b/templates/Admin/AccessLogs/index.php index c38510151..5ec85845f 100644 --- a/templates/Admin/AccessLogs/index.php +++ b/templates/Admin/AccessLogs/index.php @@ -79,4 +79,4 @@ echo $this->element( ] ] ); -// TODO: [3.x-MIGRATION] add ajax dialog for request body, sql queries and human readable memory usage and duration \ No newline at end of file +// TODO: [3.x-MIGRATION] add ajax dialog for request body, sql queries and human readable memory usage and duration