Change namespace to "Ramsey"; closes #48

This commit is contained in:
Ben Ramsey
2015-04-25 12:11:37 -05:00
parent 55c35bceaf
commit d67c3490a8
70 changed files with 348 additions and 348 deletions
+2 -2
View File
@@ -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
{