Function calls

Rename function, update calls
This commit is contained in:
Adam Magness 2018-01-15 08:32:11 -05:00
parent 8e5e603008
commit a80705a836
2 changed files with 7 additions and 5 deletions

View file

@ -12,7 +12,7 @@ class Mimetype
* @param string $filename filename
* @return mixed array or string
*/
public static function contentType($filename)
public static function getContentType($filename)
{
$mime_types = [