Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 30, 2024
1 parent 9dbc122 commit 7e35b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Markdown/Models/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static function render(string $markdown, ?string $pageClass = null): stri
{
return app(MarkdownService::class, [
'markdown' => $markdown,
'pageClass' => $pageClass
'pageClass' => $pageClass,
])->parse();
}
}

0 comments on commit 7e35b3b

Please sign in to comment.