Defining default value

This commit is contained in:
Michael 2021-07-24 20:51:55 +00:00
parent eda2f95a66
commit 40a42ccdb1
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ class App
public $theme_events_in_profile = true;
public $queue;
private $profile_owner;
private $contact_id;
private $profile_owner = 0;
private $contact_id = 0;
/**
* @var App\Mode The Mode of the Application