mirror of
https://github.com/furyfire/trueskill.git
synced 2026-03-12 17:49:10 +01:00
Move to DNW namespace
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php namespace Moserware\Skills;
|
||||
<?php namespace DNW\Skills;
|
||||
|
||||
class Team extends RatingContainer
|
||||
{
|
||||
public function __construct(Player $player = null, Rating $rating = null)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
|
||||
if(!is_null($player))
|
||||
{
|
||||
$this->addPlayer($player, $rating);
|
||||
@@ -16,5 +16,5 @@ class Team extends RatingContainer
|
||||
{
|
||||
$this->setRating($player, $rating);
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user