mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56:09 +01:00
Allow f:debug for event models
Private properties lead to an exception when using f:debug in Fluid. Relates: #8092
This commit is contained in:
parent
43d8a1c0d6
commit
8da7284e1f
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class Event extends AbstractEntity
|
||||||
/**
|
/**
|
||||||
* @var DataProcessingForModels
|
* @var DataProcessingForModels
|
||||||
*/
|
*/
|
||||||
private $dataProcessing = null;
|
protected $dataProcessing = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* __construct
|
* __construct
|
||||||
|
|
Loading…
Reference in a new issue