mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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;
|
||||
|
||||
$this->data->setGemtext(
|
||||
$response->getContainer(),
|
||||
$response->getBody(),
|
||||
$title
|
||||
);
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ class Content
|
|||
default:
|
||||
|
||||
$this->data->setPlain(
|
||||
$response->getContainer()
|
||||
$response->getBody()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue