Apply fixes from StyleCI

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