Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Jul 29, 2024
1 parent d8e89ca commit 3c66423
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ public function hasGrantType($grantType)
*/
public function hasScope($scope)
{
if (in_array('*', $this->scopes)) {
return true;
}

$scopes = Passport::$withInheritedScopes
? $this->resolveInheritedScopes($scope)
: [$scope];
Expand Down

0 comments on commit 3c66423

Please sign in to comment.