Now it throws an error, but at least it runs something

This commit is contained in:
Jeff Moser
2010-09-25 12:50:33 -04:00
parent c4c6128c57
commit e8d444e7da
6 changed files with 21 additions and 12 deletions

View File

@ -2,8 +2,10 @@
namespace Moserware\Skills\TrueSkill\Layers;
require_once(dirname(__FILE__) . "/../../FactorGraphs/FactorGraphLayer.php");
require_once(dirname(__FILE__) . "/../TrueSkillFactorGraph.php");
use Moserware\Skills\FactorGraphs\FactorGraphLayer;
use Moserware\Skills\TrueSkill\TrueSkillFactorGraph;
abstract class TrueSkillFactorGraphLayer extends FactorGraphLayer
{