1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-03-31 18:42:40 +00:00

Fix property name issue

This commit is contained in:
Pierre 2018-05-01 08:11:49 +02:00
parent 7400989afe
commit 0acce000d6

@ -30,7 +30,7 @@ class AccountImageSettings {
//Private fields
private $visibility = self::VISIBILITY_OPEN;
private $path;
private $image_path;
//Set and get visibility level
public function set_visibility_level(int $visibility_level){