Skip to content

Commit 6236188

Browse files
committed
Fix linting errors
1 parent ce3dd0a commit 6236188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function bootModels(): void
6161
protected function bootMarkdown(): void
6262
{
6363
Markdown::addExtension(function () {
64-
return new ExternalLinkExtension();
64+
return new ExternalLinkExtension;
6565
});
6666
}
6767
}

0 commit comments

Comments
 (0)