some big beautfiul update
This commit is contained in:
@@ -128,4 +128,13 @@ class WorkingTimeRange extends Entity
|
||||
/** @var LinkMultiple */
|
||||
return $this->getValueObject('users');
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 9.3.1
|
||||
*/
|
||||
public function getCalendars(): LinkMultiple
|
||||
{
|
||||
/** @var LinkMultiple */
|
||||
return $this->getValueObject('calendars');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user