fix greedy replace

This commit is contained in:
ludo
2023-12-12 21:40:24 +01:00
parent e0d8106078
commit ee64ae0be7

View File

@@ -16,7 +16,7 @@ class Contents
return $model ? $model->text : '';
}
public static function getContent()
public static function getHomepage()
{
return self::get(1)->text ?? '';
}