mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +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
|
|
@ -21,9 +21,6 @@ interface Connection
|
|||
int $timeout = 5
|
||||
): void;
|
||||
|
||||
public const MIME_TEXT_GEMINI = 'text/gemini';
|
||||
public const MIME_TEXT_PLAIN = 'text/plain';
|
||||
|
||||
public function isCompleted(): bool;
|
||||
|
||||
public function setCompleted(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue