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:
Daniel Siepmann 2021-01-11 10:16:10 +01:00
parent 43d8a1c0d6
commit 8da7284e1f

View file

@ -219,7 +219,7 @@ class Event extends AbstractEntity
/**
* @var DataProcessingForModels
*/
private $dataProcessing = null;
protected $dataProcessing = null;
/**
* __construct