mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 21:28:40 +00:00
Parameter fix
This commit is contained in:
parent
d57c626eaf
commit
b27154dc19
|
|
@ -52,7 +52,7 @@ class Graph
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->edges = new MultiMap(KeyType::STRICT, OrderType::LOOSE);
|
$this->edges = new MultiMap(KeyType::MULTIPLE, OrderType::LOOSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user