We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3dd0a commit 6236188Copy full SHA for 6236188
app/Providers/AppServiceProvider.php
@@ -61,7 +61,7 @@ protected function bootModels(): void
61
protected function bootMarkdown(): void
62
{
63
Markdown::addExtension(function () {
64
- return new ExternalLinkExtension();
+ return new ExternalLinkExtension;
65
});
66
}
67
0 commit comments