mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
Introduce Provider namespace and move Node and Time classes into it
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Rhumsaa\Uuid\Provider;
|
||||
|
||||
interface NodeProviderInterface
|
||||
{
|
||||
public function getNode();
|
||||
}
|
||||
Reference in New Issue
Block a user