Skip to content

Commit

Permalink
Fix psalm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 14, 2024
1 parent 0494c52 commit 0b8fa22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/CalendarService.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ public function syncSources(CalendarProvider $provider): CalendarProvider
}
$existing = collection($provider->calendar_sources)->indexBy('provider_id')->toArray();

/** @var \App\Model\Table\CalendarProvidersTable */
$this->CalendarProviders = $this->fetchTable('CalendarProviders');
/** @var \App\Model\Table\CalendarSourcesTable */
$this->CalendarSources = $this->fetchTable('CalendarSources');

$this->CalendarProviders->getConnection()->transactional(
Expand Down

0 comments on commit 0b8fa22

Please sign in to comment.