Move to DNW namespace

This commit is contained in:
Alex Wulf
2022-07-05 15:33:34 +02:00
parent a99a73e02c
commit 812e454dd4
77 changed files with 536 additions and 361 deletions

View File

@@ -1,6 +1,6 @@
<?php namespace Moserware\Skills;
<?php namespace DNW\Skills;
use Moserware\Skills\Numerics\Range;
use DNW\Skills\Numerics\Range;
class TeamsRange extends Range
{
@@ -8,7 +8,7 @@ class TeamsRange extends Range
{
parent::__construct($min, $max);
}
protected static function create($min, $max)
{
return new TeamsRange($min, $max);