Skip to content

Commit 7784100

Browse files
tujsinejespersen
andauthored
Update src/InteractiveSlide/InstantBook.php
Co-authored-by: Sine Jespersen <sinje@aarhus.dk>
1 parent 858e668 commit 7784100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InteractiveSlide/InstantBook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function (CacheItemInterface $item) use ($now): \DateTime {
290290
$feed = $slide->getFeed();
291291

292292
if (null === $feed) {
293-
throw new BadRequestHttpException('Slide.feed not set.');
293+
throw new BadRequestHttpException('Slide feed not set.');
294294
}
295295

296296
if (!in_array($resource, $feed->getConfiguration()['resources'] ?? [])) {

0 commit comments

Comments
 (0)