mirror of
https://github.com/furyfire/trueskill.git
synced 2026-04-21 02:28:14 +02:00
Further slow progress.
This commit is contained in:
@@ -6,7 +6,7 @@ class FactorGraph
|
||||
{
|
||||
private VariableFactory $variableFactory;
|
||||
|
||||
public function __construct(VariableFactory $factory)
|
||||
public function __construct(VariableFactory $factory)
|
||||
{
|
||||
$this->variableFactory = $factory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user