diff options
Diffstat (limited to 'vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php')
-rw-r--r-- | vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php b/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php index 903798dd3..e01f44e52 100644 --- a/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php +++ b/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php @@ -14,6 +14,9 @@ declare(strict_types=1); namespace Ramsey\Uuid\Generator; +use function uuid_create; +use function uuid_parse; + use const UUID_TYPE_TIME; /** |