Skip to content

Commit 339c115

Browse files
committed
Removing not needed variable
1 parent 6fe1b7c commit 339c115

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/view/src/Components/x-form.view.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
$action ??= null;
1111
$method ??= Method::POST;
1212

13-
$originalMethod = $method;
1413
if ($method instanceof Method) {
1514
$method = $method->value;
1615
}

0 commit comments

Comments
 (0)