Skip to content

Commit 8239c26

Browse files
fwolfsjaegerfranmomu
authored andcommitted
Also allow ULIDs
1 parent a9e3ee1 commit 8239c26

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Blameable/Mapping/Driver/Annotation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Annotation extends AbstractAnnotationDriver
3939
'one',
4040
'string',
4141
'int',
42+
'ulid',
4243
'uuid',
4344
];
4445

src/Blameable/Mapping/Driver/Xml.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Xml extends BaseXml
3434
'one',
3535
'string',
3636
'int',
37+
'ulid',
3738
'uuid',
3839
];
3940

src/Blameable/Mapping/Driver/Yaml.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Yaml extends File implements Driver
3737
'one',
3838
'string',
3939
'int',
40+
'ulid',
4041
'uuid',
4142
];
4243

0 commit comments

Comments
 (0)