forked from museum-digital/MDAllowedValueSets
Set explicit visibility on class constants
This commit is contained in:
@@ -11,7 +11,7 @@ declare(strict_types = 1);
|
||||
*/
|
||||
final class MDObjectPublicationBackgrounds extends MDValueSet {
|
||||
|
||||
const PUBLICATION_BACKGROUNDS = [
|
||||
public const PUBLICATION_BACKGROUNDS = [
|
||||
'0', // Image published
|
||||
'1', // Transcript published
|
||||
'2', // Discussed
|
||||
|
||||
Reference in New Issue
Block a user