mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Fix property name issue
This commit is contained in:
parent
7400989afe
commit
0acce000d6
@ -30,7 +30,7 @@ class AccountImageSettings {
|
|||||||
|
|
||||||
//Private fields
|
//Private fields
|
||||||
private $visibility = self::VISIBILITY_OPEN;
|
private $visibility = self::VISIBILITY_OPEN;
|
||||||
private $path;
|
private $image_path;
|
||||||
|
|
||||||
//Set and get visibility level
|
//Set and get visibility level
|
||||||
public function set_visibility_level(int $visibility_level){
|
public function set_visibility_level(int $visibility_level){
|
||||||
|
Loading…
Reference in New Issue
Block a user