Force public member variables or mapper changes

This commit is contained in:
Dennis Eichhorn 2023-10-04 15:52:16 +00:00
parent f55249c086
commit 79720c2e0b

View File

@ -59,7 +59,7 @@ class MediaType implements \JsonSerializable
* @var string|BaseStringL11n * @var string|BaseStringL11n
* @since 1.0.0 * @since 1.0.0
*/ */
protected string | BaseStringL11n $title = ''; public string | BaseStringL11n $title = '';
/** /**
* Constructor. * Constructor.