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