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 1d92381 commit 858e668Copy full SHA for 858e668
src/InteractiveSlide/InstantBook.php
@@ -302,7 +302,7 @@ function (CacheItemInterface $item) use ($now): \DateTime {
302
$configuration = $interactive->getConfiguration();
303
304
if (null === $configuration) {
305
- throw new BadRequestHttpException('InteractiveNoConfiguration');
+ throw new BadRequestHttpException('Interactive no configuration');
306
}
307
308
$username = $this->keyValueService->getValue($configuration['username']);
0 commit comments