diff options
Diffstat (limited to 'src/Phorkie/File.php')
| -rw-r--r-- | src/Phorkie/File.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php index 6e71de3..729cbd6 100644 --- a/src/Phorkie/File.php +++ b/src/Phorkie/File.php @@ -24,6 +24,7 @@ class File 'js' => 'application/javascript', 'php' => 'text/x-php', 'txt' => 'text/plain', + 'xml' => 'text/xml', ); public function __construct($path, Repository $repo) |
