mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Change namespace to "Ramsey"; closes #48
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Rhumsaa\Uuid\Provider\Node;
|
||||
namespace Ramsey\Uuid\Provider\Node;
|
||||
|
||||
use Rhumsaa\Uuid\Provider\NodeProviderInterface;
|
||||
use Ramsey\Uuid\Provider\NodeProviderInterface;
|
||||
|
||||
class SystemNodeProvider implements NodeProviderInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user