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

@ -6,6 +6,9 @@ namespace Yggverse\Yoda\Model;
class Filesystem
{
public const MIME_TEXT_GEMINI = 'text/gemini';
public const MIME_TEXT_PLAIN = 'text/plain';
private string $_base;
public function __construct(