mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Change namespace to "Ramsey"; closes #48
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Rhumsaa\Uuid;
|
||||
namespace Ramsey\Uuid;
|
||||
|
||||
use Rhumsaa\Uuid\Generator\OpenSslGenerator;
|
||||
use Rhumsaa\Uuid\Generator\MtRandGenerator;
|
||||
use Ramsey\Uuid\Generator\OpenSslGenerator;
|
||||
use Ramsey\Uuid\Generator\MtRandGenerator;
|
||||
|
||||
class RandomGeneratorFactory
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user