diff --git a/system/paginator.php b/system/paginator.php index 10bf3367..a15a13bf 100644 --- a/system/paginator.php +++ b/system/paginator.php @@ -48,7 +48,6 @@ class Paginator { public function __construct($results, $total, $per_page) { $this->page = static::page($total, $per_page); - $this->per_page = $per_page; $this->results = $results; $this->total = $total;