Skip to content

Commit 3c6ef79

Browse files
mckenzieartsgithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent bad0be8 commit 3c6ef79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Http/Controllers/Cpanel/UserController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use App\Http\Controllers\Controller;
66
use App\Models\User;
7-
use Illuminate\Http\Request;
87

98
class UserController extends Controller
109
{

app/Models/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public function getRolesLabelAttribute(): string
110110
return 'N/A';
111111
}
112112

113-
114113
public function isAdmin(): bool
115114
{
116115
return $this->hasRole('admin');

0 commit comments

Comments
 (0)