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
-2
View File
@@ -14,8 +14,6 @@
namespace Ramsey\Uuid\Generator;
use Ramsey\Uuid\RandomGeneratorInterface;
class OpenSslGenerator implements RandomGeneratorInterface
{