Skip to content

Commit

Permalink
Fix form ns
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Dec 22, 2023
1 parent 519306c commit 997215a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FormDefinitionWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public function define(Form $form): void
[$method->getName(), $attr],
$attr->ordering ?? $i
);

$methodName = $method->getName();

$this->definition->$methodName($form);
}
}

Expand Down

0 comments on commit 997215a

Please sign in to comment.