Skip to content

Commit f7a1c63

Browse files
committed
Update Permission.php
1 parent fd238d8 commit f7a1c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/attributes/items/acl/Permission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Permission extends BaseAttribute {
2323
use BaseAnnotationTrait;
2424

25-
public string|int $name;
25+
public string|int|null $name;
2626

2727
public ?int $level;
2828

0 commit comments

Comments
 (0)