chore: apply the laravel code style linter

This commit is contained in:
HDVinnie
2022-01-08 00:03:12 -05:00
parent 47cb6bdffd
commit 77ec35bea5
111 changed files with 220 additions and 450 deletions
+1 -1
View File
@@ -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);