mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-07 12:08:41 +00:00
make id protected for null model
This commit is contained in:
parent
0706c89809
commit
4efa498d62
|
|
@ -34,7 +34,7 @@ class Schedule
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $id = 0;
|
||||
protected int $id = 0;
|
||||
|
||||
/**
|
||||
* Calendar uid.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user