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