Skip to content

Commit b14aaea

Browse files
committed
fix(pint):(LAR-105) fixing lint error on User model
1 parent 07402a1 commit b14aaea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/Models/User.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ final class User extends Authenticatable implements FilamentUser, HasAvatar, Has
102102
'settings' => 'array',
103103
];
104104

105-
/**
106-
* @param string $provider
107-
* @return bool
108-
*/
109105
public function hasProvider(string $provider): bool
110106
{
111107
foreach ($this->providers as $p) {

0 commit comments

Comments
 (0)