added calendar slot_duration config (#989)
This commit is contained in:
@@ -97,4 +97,9 @@ class CalendarConfiguration implements SystemBundleConfiguration
|
||||
{
|
||||
return $this->find('google.sources');
|
||||
}
|
||||
|
||||
public function getSlotDuration(): string
|
||||
{
|
||||
return (string) $this->find('slot_duration');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user