mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-13 00:38:42 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
feced742aa
commit
faa061260b
|
|
@ -24,7 +24,7 @@ use phpOMS\Contract\ArrayableInterface;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class EditorDoc implements ArrayableInterface, \JsonSerializable
|
class EditorDoc implements ArrayableInterface, \JsonSerializable
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user