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 858e668 commit 7784100Copy full SHA for 7784100
src/InteractiveSlide/InstantBook.php
@@ -290,7 +290,7 @@ function (CacheItemInterface $item) use ($now): \DateTime {
290
$feed = $slide->getFeed();
291
292
if (null === $feed) {
293
- throw new BadRequestHttpException('Slide.feed not set.');
+ throw new BadRequestHttpException('Slide feed not set.');
294
}
295
296
if (!in_array($resource, $feed->getConfiguration()['resources'] ?? [])) {
0 commit comments