This commit is contained in:
Yurii
2026-04-15 13:13:48 +03:00
parent 4ecd2a9545
commit 7453bdf8b3

View File

@@ -63,9 +63,7 @@ class AfterUpgrade implements Script
'allowInternalNotes' => true,
]);
$this->metadata->delete('clientDefs', $name, [
['allowInternalNotes']
]);
$this->metadata->delete('clientDefs', $name, ['allowInternalNotes']);
}
}