Skip to content

Commit f120281

Browse files
committed
fix: removed typehint on getFields method
1 parent 4a13e52 commit f120281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BaseForm.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ abstract class BaseForm extends Component
1818

1919
protected bool $isLivewire = true;
2020

21-
/** @return BaseField[] */
2221
abstract protected function getFields(): array;
2322

2423
abstract protected function getButtons(): array;

0 commit comments

Comments
 (0)