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 0e4326f commit 2b3598bCopy full SHA for 2b3598b
src/Html/Editor/Editor.php
@@ -319,7 +319,7 @@ public function hiddenOnEdit(array $fields): static
319
return $this->hiddenOn('edit', $fields);
320
}
321
322
- public function __call($method, $parameters): mixed
+ public function __call($method, $parameters): static
323
{
324
if (Str::startsWith($method, 'on')) {
325
$event = Str::camel(substr($method, 2, strlen($method) - 2));
0 commit comments