mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix method name
This commit is contained in:
parent
847a0fb01d
commit
ec391a8dd9
@ -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…
x
Reference in New Issue
Block a user