Spaces to tabs
This commit is contained in:
parent
a643888aeb
commit
efcd76d3a7
|
@ -51,6 +51,6 @@ class Counts
|
|||
}
|
||||
|
||||
public function __get($name) {
|
||||
return $this->$name;
|
||||
}
|
||||
return $this->$name;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,6 +59,6 @@ class UserAttributes
|
|||
}
|
||||
|
||||
public function __get($name) {
|
||||
return $this->$name;
|
||||
}
|
||||
return $this->$name;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue