Skip to content

Commit 6348e2c

Browse files
committed
Update User.php
1 parent 2fce5b6 commit 6348e2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Models/User.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ public function canAccessPanel(?Panel $panel = null): bool
8282
return $this->hasRole([Role::SUPER_ADMIN, Role::ADMIN]);
8383
}
8484

85-
/**
86-
* @codeCoverageIgnore
87-
*/
8885
public function getFilamentName(): string
8986
{
9087
return $this->fullName;

0 commit comments

Comments
 (0)