App\services\UploadsManager::fileMimeType PHP Method

fileMimeType() public method

Return the mime type
public fileMimeType ( $path ) : null | string
$path
return null | string
    public function fileMimeType($path)
    {
        return $this->mimeDetect->findType(pathinfo($path, PATHINFO_EXTENSION));
    }