Skip to content

Commit

Permalink
chore: remove unused class property
Browse files Browse the repository at this point in the history
Remove unused $currentView CDBPagination class property.
  • Loading branch information
dfranco committed Jan 14, 2024
1 parent 86fb67d commit fe3f22b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/Db/DBPagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class DBPagination
*/
private int $filteredRow = 0;

/**
* @var View
*/
private View $currentView;

/**
* @var int
*/
Expand Down

0 comments on commit fe3f22b

Please sign in to comment.