Missing semicolon

This commit is contained in:
Alex Bilbie 2012-07-06 12:39:43 +01:00
parent 2044bb57bf
commit 70dd803025

View File

@ -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()
{ {