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