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 c104b2b commit 6cc5a9fCopy full SHA for 6cc5a9f
app/EmbedExtension.php
@@ -43,7 +43,7 @@ public function register(EnvironmentBuilderInterface $environment): void
43
if ($allowedDomains !== []) {
44
$adapter = new DomainFilteringAdapter($adapter, $allowedDomains);
45
}
46
-info('Registering EmbedExtension with allowed domains: ' . implode(', ', $allowedDomains));
+ info('Registering EmbedExtension with allowed domains: '.implode(', ', $allowedDomains));
47
$environment
48
->addBlockStartParser(new EmbedStartParser, 300)
49
->addEventListener(DocumentParsedEvent::class, new EmbedProcessor($adapter, $environment->getConfiguration()->get('embed.fallback')), 1010)
0 commit comments