update require in ISO19115 class
This commit is contained in:
parent
bdca71dd45
commit
dd7b94eecd
|
@ -127,7 +127,7 @@ class ISO19115
|
||||||
|
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
$this->dom = new DOMDocument();
|
$this->dom = new \DOMDocument();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 从文件中读取元数据
|
* 从文件中读取元数据
|
||||||
|
|
Loading…
Reference in New Issue