mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
move MIME type constants to Filesystem model
This commit is contained in:
parent
7230bec4cf
commit
fe3bec5caa
6 changed files with 13 additions and 11 deletions
|
|
@ -44,7 +44,7 @@ class Gemini
|
|||
case 11: // sensitive input
|
||||
|
||||
$this->_connection->setMime(
|
||||
$this->_connection::MIME_TEXT_GEMINI
|
||||
Filesystem::MIME_TEXT_GEMINI
|
||||
);
|
||||
|
||||
$this->_connection->setRequest(
|
||||
|
|
@ -117,7 +117,7 @@ class Gemini
|
|||
);
|
||||
|
||||
$this->_connection->setMime(
|
||||
$this->_connection::MIME_TEXT_GEMINI
|
||||
Filesystem::MIME_TEXT_GEMINI
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue