Skip to content

Commit b2b2909

Browse files
committed
Tidying
1 parent e9ef473 commit b2b2909

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/ServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
class ServiceProvider extends AddonServiceProvider
1313
{
14-
protected $routes = [
15-
'actions' => __DIR__.'/../routes/actions.php',
16-
];
17-
1814
public function bootAddon()
1915
{
2016
collect(Events::setting('collections', [['collection' => 'events']]))

src/Types/Event.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public function toICalendarEvents(): array
141141

142142
protected function eventUrl(): ?string
143143
{
144-
// check link field then check if location field is url
145144
if (! is_null($link = $this->event->link)) {
146145
return $link;
147146
}

0 commit comments

Comments
 (0)