Skip to content

Commit 4003b16

Browse files
authored
Merge pull request #5 from jovic1987/master
Added gif related constants
2 parents 9e78d87 + f0e4d66 commit 4003b16

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ContentType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ class ContentType
66
{
77
const HTML = 'text/html; charset=UTF-8';
88
const JSON = 'application/json; charset=UTF-8';
9+
const GIF = 'image/gif';
910
}

src/Format.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ class Format
1010
const JSON = 'json';
1111
const TWIG = 'twig';
1212
const XML = 'xml';
13+
const GIF = 'gif';
1314
}

0 commit comments

Comments
 (0)