mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Merge branch 'refs/heads/develop' into feature/no-inject-server
Conflicts: src/League/OAuth2/Server/Grant/GrantTrait.php
This commit is contained in:
commit
0db8850e81
@ -40,6 +40,17 @@ trait GrantTrait {
|
||||
return $this->identifier;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the identifier
|
||||
* @param string $identifier
|
||||
* @return self
|
||||
*/
|
||||
public function setIdentifier($identifier)
|
||||
{
|
||||
$this->identifier = $identifier;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the response type
|
||||
* @return string
|
||||
|
Loading…
Reference in New Issue
Block a user