hi
This commit is contained in:
parent
bbab143b5e
commit
38defd3897
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ Desktop.ini
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.phpproj
|
*.phpproj
|
||||||
|
*.sln
|
||||||
|
|
|
@ -12,7 +12,7 @@ namespace Sakura;
|
||||||
class Rank
|
class Rank
|
||||||
{
|
{
|
||||||
// Rank data
|
// Rank data
|
||||||
public $data = [];
|
private $data = [];
|
||||||
|
|
||||||
// Initialise the rank object
|
// Initialise the rank object
|
||||||
public function __construct($rid)
|
public function __construct($rid)
|
||||||
|
|
Reference in a new issue