mirror of
https://github.com/furyfire/trueskill.git
synced 2025-11-04 18:12:29 +01: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