Move RandomGeneratorInterface and RandomGeneratorFactory to Generator NS

This commit is contained in:
Ben Ramsey
2015-07-16 09:54:04 -05:00
parent e006f669ad
commit b3ef99a2e9
10 changed files with 9 additions and 13 deletions
-1
View File
@@ -16,7 +16,6 @@ namespace Ramsey\Uuid\Generator;
use RandomLib\Generator;
use RandomLib\Factory;
use Ramsey\Uuid\RandomGeneratorInterface;
class RandomLibAdapter implements RandomGeneratorInterface
{