fix method name

This commit is contained in:
yggverse 2024-07-05 23:35:12 +03:00
parent 847a0fb01d
commit ec391a8dd9

View File

@ -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()
);
}