Skip to content

Commit c78fcfb

Browse files
committed
TASK: Rename hidden to disabled nachtrag
1 parent 807cf69 commit c78fcfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Infrastructure/ContentRepository/PropertiesAndReferences.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private function assertValidPropertyName($propertyName): void
121121
if ($propertyName[0] === '_') {
122122
$lowerPropertyName = strtolower($propertyName);
123123
if ($lowerPropertyName === '_hidden') {
124-
throw new \InvalidArgumentException('Using "_hidden" as property declaration was removed. Please use "hidden" on the first level instead.');
124+
throw new \InvalidArgumentException('Using "_hidden" as property declaration was removed. Please use "disabled" on the first level instead.');
125125
}
126126
foreach ($legacyInternalProperties as $legacyInternalProperty) {
127127
if ($lowerPropertyName === strtolower($legacyInternalProperty)) {

0 commit comments

Comments
 (0)