diff --git a/app/Models/Group.php b/app/Models/Group.php index 2de52f2fc..f33600df0 100644 --- a/app/Models/Group.php +++ b/app/Models/Group.php @@ -220,7 +220,6 @@ class Group extends Model $groups->where('active', '=', 0); } - return $groups->paginate(config('nntmux.items_per_page')); }