[PLUGIN][OAuth2] Fix some static issues
This commit is contained in:
@@ -78,7 +78,8 @@ class Authorize extends Controller
|
||||
public function __construct(private int $id)
|
||||
{
|
||||
}
|
||||
public function getIdentifier()
|
||||
|
||||
public function getIdentifier(): int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user