We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e3ee1 commit 8239c26Copy full SHA for 8239c26
src/Blameable/Mapping/Driver/Annotation.php
@@ -39,6 +39,7 @@ class Annotation extends AbstractAnnotationDriver
39
'one',
40
'string',
41
'int',
42
+ 'ulid',
43
'uuid',
44
];
45
src/Blameable/Mapping/Driver/Xml.php
@@ -34,6 +34,7 @@ class Xml extends BaseXml
34
35
36
37
38
src/Blameable/Mapping/Driver/Yaml.php
@@ -37,6 +37,7 @@ class Yaml extends File implements Driver
0 commit comments