Introduce Provider namespace and move Node and Time classes into it

This commit is contained in:
Ben Ramsey
2014-11-08 16:16:44 -05:00
parent 90fd1531d0
commit 958643e7b6
12 changed files with 47 additions and 45 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Rhumsaa\Uuid\Provider;
interface NodeProviderInterface
{
public function getNode();
}