Move CodecInterface to the Codec namespace

This commit is contained in:
Ben Ramsey
2015-07-16 10:01:24 -05:00
parent b3ef99a2e9
commit 3f0ba1ed00
9 changed files with 10 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ use Ramsey\Uuid\Converter\TimeConverterInterface;
use Ramsey\Uuid\Provider\NodeProviderInterface;
use Ramsey\Uuid\Provider\TimeProviderInterface;
use Ramsey\Uuid\Generator\RandomGeneratorInterface;
use Ramsey\Uuid\Codec\CodecInterface;
class UuidFactory implements UuidFactoryInterface
{