mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix method name
This commit is contained in:
parent
847a0fb01d
commit
ec391a8dd9
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ class Content
|
||||||
$title = null;
|
$title = null;
|
||||||
|
|
||||||
$this->data->setGemtext(
|
$this->data->setGemtext(
|
||||||
$response->getContainer(),
|
$response->getBody(),
|
||||||
$title
|
$title
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -196,7 +196,7 @@ class Content
|
||||||
default:
|
default:
|
||||||
|
|
||||||
$this->data->setPlain(
|
$this->data->setPlain(
|
||||||
$response->getContainer()
|
$response->getBody()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue