mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
set mime type
This commit is contained in:
parent
05ae4f166d
commit
3030ad6f9d
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,10 @@ class Connection extends \Yggverse\Yoda\Abstract\Model\Connection
|
||||||
_('Protocol not supported')
|
_('Protocol not supported')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->setMime(
|
||||||
|
$this::MIME_TEXT_GEMINI
|
||||||
|
);
|
||||||
|
|
||||||
$this->setCompleted(
|
$this->setCompleted(
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue