We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3088278 commit e1509faCopy full SHA for e1509fa
src/Feed/BrndFeedType.php
@@ -84,7 +84,7 @@ public function getData(Feed $feed): array
84
return $carry;
85
}, []);
86
} catch (\Throwable $throwable) {
87
- $this->logger->error($throwable->getMessage());
+ $this->logger->error($throwable->getMessage());
88
// Silently catch all exceptions and return empty result
89
// $result is already initialized with empty bookings array
90
}
0 commit comments