pull/9458/head
Michael 2020-10-25 16:26:47 +00:00
rodzic a643888aeb
commit efcd76d3a7
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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