Apply fields functionality to Uuid class

This commit is contained in:
Ben Ramsey
2020-01-03 11:18:28 -06:00
parent 24311f2925
commit d4dd45e908
4 changed files with 36 additions and 54 deletions
+1
View File
@@ -27,6 +27,7 @@ use Ramsey\Uuid\Generator\RandomGeneratorInterface;
use Ramsey\Uuid\Provider\Time\FixedTimeProvider;
use Ramsey\Uuid\Uuid;
use Ramsey\Uuid\UuidFactory;
use Ramsey\Uuid\UuidInterface;
use Ramsey\Uuid\Validator\Validator;
use Ramsey\Uuid\Validator\ValidatorInterface;
use stdClass;