mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Missing semicolon
This commit is contained in:
@@ -6,7 +6,7 @@ class Client
|
||||
{
|
||||
protected $id;
|
||||
protected $secret;
|
||||
protected $redirect_uri
|
||||
protected $redirect_uri;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user