Completed
Branch master (1f585e)
by João Roberto P.
12:52
created
src/Tag.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace JoaoRobertoPB\Htmlable;
4 4
 
5
+use JoaoRobertoPB\Htmlable\Contracts\HtmlAttributes;
5 6
 use JoaoRobertoPB\Htmlable\Contracts\Htmlable;
6 7
 use JoaoRobertoPB\Htmlable\Traits\HasAttributes;
7
-use JoaoRobertoPB\Htmlable\Contracts\HtmlAttributes;
8 8
 
9 9
 /**
10 10
 * Class Tag.
Please login to merge, or discard this patch.