Skip to content

Commit f54637e

Browse files
committed
tidy
1 parent 174b151 commit f54637e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Types/RecurringEvent.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public function interval(): int
2727
*/
2828
public function toICalendarEvents(): array
2929
{
30-
$timezone = $this->timezone['timezone'];
31-
3230
return [
3331
ICalendarEvent::create($this->event->title)
3432
->uniqueIdentifier($this->event->id())

0 commit comments

Comments
 (0)