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