Skip to content

Commit

Permalink
feat: change scheduleReply's visibility to use it in child classes (#…
Browse files Browse the repository at this point in the history
…1480)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb authored Nov 8, 2023
1 parent 3f0cf4e commit 23bdabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ protected function getFreeBusyForEmail($email, \DateTimeInterface $start, \DateT
*
* @return bool
*/
private function scheduleReply(RequestInterface $request)
protected function scheduleReply(RequestInterface $request)
{
$scheduleReply = $request->getHeader('Schedule-Reply');

Expand Down

0 comments on commit 23bdabe

Please sign in to comment.