Spaces to tabs

This commit is contained in:
Michael 2020-10-25 16:26:47 +00:00
parent a643888aeb
commit efcd76d3a7
2 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,6 @@ class Counts
} }
public function __get($name) { public function __get($name) {
return $this->$name; return $this->$name;
} }
} }

View File

@ -59,6 +59,6 @@ class UserAttributes
} }
public function __get($name) { public function __get($name) {
return $this->$name; return $this->$name;
} }
} }