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 4a96436 commit bbed0bdCopy full SHA for bbed0bd
app/Markdown/MarkdownServiceProvider.php
@@ -57,8 +57,6 @@ public function register(): void
57
$environment->addExtension(new GithubFlavoredMarkdownExtension);
58
$environment->addExtension(new MentionExtension);
59
$environment->addExtension(new ExternalLinkExtension);
60
- info('EmbedExtension');
61
- logger()->error('test');
62
$environment->addExtension(new EmbedExtension);
63
64
return new LeagueConverter(new MarkdownConverter($environment));
0 commit comments