update require in ISO19115 class

This commit is contained in:
jack 2018-02-07 14:51:23 +08:00
parent bdca71dd45
commit dd7b94eecd
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class ISO19115
function __construct()
{
$this->dom = new DOMDocument();
$this->dom = new \DOMDocument();
}
/**
* 从文件中读取元数据