Defining default value
This commit is contained in:
parent
eda2f95a66
commit
40a42ccdb1
|
@ -72,8 +72,8 @@ class App
|
||||||
public $theme_events_in_profile = true;
|
public $theme_events_in_profile = true;
|
||||||
public $queue;
|
public $queue;
|
||||||
|
|
||||||
private $profile_owner;
|
private $profile_owner = 0;
|
||||||
private $contact_id;
|
private $contact_id = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var App\Mode The Mode of the Application
|
* @var App\Mode The Mode of the Application
|
||||||
|
|
Loading…
Reference in a new issue