Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Jul 13, 2020
1 parent e764077 commit f66fda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/BlockForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function title($title)
*
* @return $this
*/
public function pushField(Field &$field)
public function pushField(Field $field)
{
$this->form->builder()->fields()->push($field);
$this->fields->push($field);
Expand Down

0 comments on commit f66fda1

Please sign in to comment.