diff --git a/src/oauth2server/Client.php b/src/oauth2server/Client.php index 486f86b4..06c4ed3c 100644 --- a/src/oauth2server/Client.php +++ b/src/oauth2server/Client.php @@ -6,7 +6,7 @@ class Client { protected $id; protected $secret; - protected $redirect_uri + protected $redirect_uri; public function __construct() {