mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-14 16:28:40 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
fd05d3c097
commit
90ac54e111
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
final class Log implements \JsonSerializable
|
class Log implements \JsonSerializable
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user