mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-24 13:16:11 +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
|
||||
*/
|
||||
protected $region = null;
|
||||
protected $region = '';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
|
|
Loading…
Reference in a new issue