Skip to content

Commit 2b3598b

Browse files
committed
fix: return type
1 parent 0e4326f commit 2b3598b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Editor/Editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public function hiddenOnEdit(array $fields): static
319319
return $this->hiddenOn('edit', $fields);
320320
}
321321

322-
public function __call($method, $parameters): mixed
322+
public function __call($method, $parameters): static
323323
{
324324
if (Str::startsWith($method, 'on')) {
325325
$event = Str::camel(substr($method, 2, strlen($method) - 2));

0 commit comments

Comments
 (0)