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
@@ -15,7 +15,6 @@
namespace Ramsey\Uuid\Codec;
use InvalidArgumentException;
use Ramsey\Uuid\CodecInterface;
use Ramsey\Uuid\Uuid;
use Ramsey\Uuid\UuidBuilder;
use Ramsey\Uuid\UuidInterface;