mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +00:00
Fix function access
This commit is contained in:
parent
09400dcd09
commit
d5df382ccc
|
|
@ -802,7 +802,7 @@ class Markdown
|
||||||
return $block;
|
return $block;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function line(string $text) : string
|
protected static function line(string $text) : string
|
||||||
{
|
{
|
||||||
$markup = '';
|
$markup = '';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user