We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e78d87 + f0e4d66 commit 4003b16Copy full SHA for 4003b16
2 files changed
src/ContentType.php
@@ -6,4 +6,5 @@ class ContentType
6
{
7
const HTML = 'text/html; charset=UTF-8';
8
const JSON = 'application/json; charset=UTF-8';
9
+ const GIF = 'image/gif';
10
}
src/Format.php
@@ -10,4 +10,5 @@ class Format
const JSON = 'json';
11
const TWIG = 'twig';
12
const XML = 'xml';
13
+ const GIF = 'gif';
14
0 commit comments