mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05: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
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue