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
-1
@@ -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__);
|
||||
|
||||
Reference in New Issue
Block a user