chore(deps): update to Laravel 12, pending testing

Signed-off-by: Miguel Nogueira <me@nogueira.codes>
This commit is contained in:
2025-08-04 09:06:32 +01:00
parent 88d4a7c36c
commit 5d181bba03
4 changed files with 2401 additions and 3368 deletions

View File

@@ -58,7 +58,7 @@ class Vacancy extends Model
public function getVacancyFullDescriptionAttribute($value)
{
if (! is_null($value)) {
return Markdown::convertToHTML($value);
return Markdown::convert($value);
} else {
return null;
}