mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-16 05:28:43 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
f0fc099c6e
commit
02330947c9
|
|
@ -16,7 +16,7 @@ namespace Modules\Auditor\Models;
|
||||||
|
|
||||||
use phpOMS\Account\Account;
|
use phpOMS\Account\Account;
|
||||||
|
|
||||||
final class Audit
|
class Audit
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user