This commit is contained in:
flash 2015-11-08 23:42:15 +01:00
parent bbab143b5e
commit 38defd3897
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ Desktop.ini
$RECYCLE.BIN/
.DS_Store
*.phpproj
*.sln

View file

@ -12,7 +12,7 @@ namespace Sakura;
class Rank
{
// Rank data
public $data = [];
private $data = [];
// Initialise the rank object
public function __construct($rid)