Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Aug 14, 2024
1 parent d692713 commit fe10858
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Scope.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ public function __construct($id, $description)
$this->description = $description;
}

public static function make(string $id): ?static
{
return isset(Passport::$scopes[$id]) ? new static($id, Passport::$scopes[$id]) : null;
}

/**
* Get the instance as an array.
*
Expand Down

0 comments on commit fe10858

Please sign in to comment.