mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove deprecated constructions
This commit is contained in:
parent
c1c5ad08be
commit
30b386dd44
2 changed files with 0 additions and 4 deletions
|
|
@ -15,8 +15,6 @@ class Gemtext extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Cont
|
|||
bool $preformatted = false
|
||||
): void
|
||||
{
|
||||
$this->_source = $value;
|
||||
|
||||
$document = new Document(
|
||||
$value
|
||||
);
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ class Plain extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Conten
|
|||
string $value
|
||||
): void
|
||||
{
|
||||
$this->_source = $value;
|
||||
|
||||
$this->gtk->set_markup(
|
||||
sprintf(
|
||||
'<tt>%s</tt>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue