fix greedy replace
This commit is contained in:
@@ -16,7 +16,7 @@ class Contents
|
|||||||
return $model ? $model->text : '';
|
return $model ? $model->text : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getContent()
|
public static function getHomepage()
|
||||||
{
|
{
|
||||||
return self::get(1)->text ?? '';
|
return self::get(1)->text ?? '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user