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