Skip to content

Commit

Permalink
fix phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
oreno4649 committed Jun 24, 2024
1 parent 42cb02e commit d9d5cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Field implements Renderable
*
* @var Form|null
*/
protected ?Form $form = null;
protected $form = null;

/**
* View for field to render.
Expand Down

0 comments on commit d9d5cfe

Please sign in to comment.