chore(deps): update to Laravel 12, pending testing
Signed-off-by: Miguel Nogueira <me@nogueira.codes>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user