Skip to content

Commit

Permalink
✏️ Fix render order
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Apr 17, 2024
1 parent 9824fe4 commit 43401d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feat/FormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
'</li>',
'</ul>',
'<form action="#" method="GET">',
'<input type="hidden" name="_token" value="" autocomplete="off">',
'<p >',
'Input name required',
'</p>',
'<input type="hidden" name="_token" value="" autocomplete="off">',
'</form>',
], false);
});
Expand Down

0 comments on commit 43401d0

Please sign in to comment.