We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f5895 commit 26b4fc5Copy full SHA for 26b4fc5
formwidgets/Blocks.php
@@ -344,7 +344,7 @@ protected function processInspectorConfig(array $config): array
344
}
345
} elseif (is_callable($defined['options'])) {
346
$callable = $defined['options'];
347
- $defined['options'] = $callable($this->formWidget, $this->formField);
+ $defined['options'] = $callable($property);
348
349
350
0 commit comments