move MIME type constants to Filesystem model

This commit is contained in:
yggverse 2024-07-17 17:34:28 +03:00
parent 7230bec4cf
commit fe3bec5caa
6 changed files with 13 additions and 11 deletions

View file

@ -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(