Imported pecl/uuid constants

This commit is contained in:
Marco Pivetta
2020-02-03 19:04:46 +01:00
committed by Ben Ramsey
parent dee551deb1
commit c7f71244f3
4 changed files with 8 additions and 0 deletions
@@ -14,6 +14,8 @@ declare(strict_types=1);
namespace Ramsey\Uuid\Generator;
use const UUID_TYPE_RANDOM;
/**
* PeclUuidRandomGenerator generates strings of random binary data using ext-uuid
*