mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Missing semicolon
This commit is contained in:
parent
2044bb57bf
commit
70dd803025
@ -6,7 +6,7 @@ class Client
|
|||||||
{
|
{
|
||||||
protected $id;
|
protected $id;
|
||||||
protected $secret;
|
protected $secret;
|
||||||
protected $redirect_uri
|
protected $redirect_uri;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user