mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix const access
This commit is contained in:
parent
74ac29f217
commit
ed31a3b13f
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ class Gemini
|
|||
{
|
||||
case str_contains(
|
||||
$response->getMeta(),
|
||||
self::MIME_TEXT_GEMINI
|
||||
$this->_connection::MIME_TEXT_GEMINI
|
||||
):
|
||||
|
||||
$this->_connection->setMime(
|
||||
|
|
@ -74,7 +74,7 @@ class Gemini
|
|||
|
||||
case str_contains(
|
||||
$response->getMeta(),
|
||||
self::MIME_TEXT_PLAIN
|
||||
$this->_connection::MIME_TEXT_PLAIN
|
||||
):
|
||||
|
||||
$this->_connection->setMime(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue