mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Removing the VERSION constant
This commit is contained in:
@@ -96,11 +96,6 @@ class Uuid implements UuidInterface
|
||||
*/
|
||||
const VALID_PATTERN = '^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$';
|
||||
|
||||
/**
|
||||
* Version of the Ramsey\Uuid package
|
||||
*/
|
||||
const VERSION = '3.0.x-dev';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var UuidFactoryInterface
|
||||
|
||||
Reference in New Issue
Block a user