Skip to content

Commit

Permalink
add missing file for provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias74 committed Jan 11, 2024
1 parent f776c44 commit 64ebcd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zmsentities/src/Zmsentities/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ public function getAdditionalData()
{
return $this->toProperty()->data->get();
}

public function getSlotTimeInMinutes()
{
return $this->getAdditionalData()['slotTimeInMinutes'];
}
}

0 comments on commit 64ebcd1

Please sign in to comment.