mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add missed abstraction requirement
This commit is contained in:
parent
1843d72ff5
commit
51c94779f6
1 changed files with 5 additions and 0 deletions
|
|
@ -21,4 +21,9 @@ class Plain extends Markup
|
|||
)
|
||||
);
|
||||
}
|
||||
|
||||
protected function _onActivateLink(
|
||||
\GtkLabel $label,
|
||||
string $href
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue