mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
chore: apply the laravel code style linter
This commit is contained in:
@@ -334,7 +334,7 @@ class StatsController extends Controller
|
||||
/**
|
||||
* Show Extra-Stats Groups.
|
||||
*/
|
||||
public function group(\App\Models\Group $id): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
public function group(Group $id): \Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
{
|
||||
// Fetch Users In Group
|
||||
$group = Group::findOrFail($id);
|
||||
|
||||
Reference in New Issue
Block a user