Fix vulnerabilities

This commit is contained in:
2024-11-14 22:15:05 +01:00
parent cf64c2fedf
commit cd06fc0e54
4 changed files with 1974 additions and 639 deletions

View File

@ -12,7 +12,7 @@
$path = public_path('builds/early-access/sponsors/changelog.md');
if (file_exists($path)) {
return view('changelog', [
'content' => (new CommonMarkConverter())
'content' => (new CommonMarkConverter)
->convert(file_get_contents($path)),
]);
} else {