Skip to content

Commit 858e668

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

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
@@ -302,7 +302,7 @@ function (CacheItemInterface $item) use ($now): \DateTime {
302302
$configuration = $interactive->getConfiguration();
303303

304304
if (null === $configuration) {
305-
throw new BadRequestHttpException('InteractiveNoConfiguration');
305+
throw new BadRequestHttpException('Interactive no configuration');
306306
}
307307

308308
$username = $this->keyValueService->getValue($configuration['username']);

0 commit comments

Comments
 (0)