mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 15:18:44 +00:00
test fixes
This commit is contained in:
parent
d4b18cf414
commit
f03ef4e6e7
|
|
@ -42,7 +42,7 @@ class Schedule
|
|||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private string $uid = '';
|
||||
public string $uid = '';
|
||||
|
||||
/**
|
||||
* Schedule status.
|
||||
|
|
@ -58,7 +58,7 @@ class Schedule
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $freqType = FrequencyType::ONCE;
|
||||
public int $freqType = FrequencyType::ONCE;
|
||||
|
||||
public int $dayOfMonth = 0;
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ class Schedule
|
|||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private int $patternInterval = IntervalType::ABSOLUTE;
|
||||
public int $patternInterval = IntervalType::ABSOLUTE;
|
||||
|
||||
/**
|
||||
* Recurrence factor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user