mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Parameter fix
This commit is contained in:
parent
d57c626eaf
commit
b27154dc19
|
|
@ -52,7 +52,7 @@ class Graph
|
|||
*/
|
||||
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