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
+1 -1
View File
@@ -16,4 +16,4 @@ date_default_timezone_set('UTC');
$loader = include realpath(dirname(__FILE__) . '/../vendor/autoload.php');
$loader->add("Doctrine\Tests\DBAL", __DIR__."/../vendor/doctrine/dbal/tests");
$loader->addPsr4('Rhumsaa\\Uuid\\', __DIR__);
$loader->addPsr4('Ramsey\\Uuid\\', __DIR__);