Merge pull request #541 from NNTmux/analysis-zRKnOY

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-04-19 22:52:55 +02:00
committed by GitHub
-1
View File
@@ -220,7 +220,6 @@ class Group extends Model
$groups->where('active', '=', 0);
}
return $groups->paginate(config('nntmux.items_per_page'));
}