mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-24 17:36:10 +01:00
Fix wrong default value in PHP Class
This commit is contained in:
parent
9cb0a681b9
commit
ff8519e827
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class EventDemand
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $region = null;
|
protected $region = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var bool
|
* @var bool
|
||||||
|
|
Loading…
Reference in a new issue