Completed
Push — master ( 839e9e...4e091b )
by Costin
03:53
created
src/FormComponents/SubmitComponent.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SoareCostin\BladeFormComponents\FormComponents;
4 4
 
5
-use SoareCostin\BladeFormComponents\FormElements\Submit;
6 5
 use Illuminate\Contracts\Support\Htmlable;
6
+use SoareCostin\BladeFormComponents\FormElements\Submit;
7 7
 
8 8
 class SubmitComponent implements Htmlable
9 9
 {
Please login to merge, or discard this patch.