Skip to content

Commit cf596c7

Browse files
committed
remove todo
1 parent e23e4f5 commit cf596c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/DocumentType/Visibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
final class Visibility
1111
{
12-
public const VISIBILITY_PRIVATE = 'private';//todo rename as URL ONLY?
12+
public const VISIBILITY_PRIVATE = 'private';
1313
public const VISIBILITY_PUBLIC = 'public';
1414
}

0 commit comments

Comments
 (0)