mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Change namespace to "Ramsey"; closes #48
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Rhumsaa\Uuid\Generator;
|
||||
namespace Ramsey\Uuid\Generator;
|
||||
|
||||
use RandomLib\Generator;
|
||||
use RandomLib\Factory;
|
||||
use Rhumsaa\Uuid\RandomGeneratorInterface;
|
||||
use Ramsey\Uuid\RandomGeneratorInterface;
|
||||
|
||||
class RandomLibAdapter implements RandomGeneratorInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user