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 e23e4f5 commit cf596c7Copy full SHA for cf596c7
Model/DocumentType/Visibility.php
@@ -9,6 +9,6 @@
9
10
final class Visibility
11
{
12
- public const VISIBILITY_PRIVATE = 'private';//todo rename as URL ONLY?
+ public const VISIBILITY_PRIVATE = 'private';
13
public const VISIBILITY_PUBLIC = 'public';
14
}
0 commit comments