Completed
Push — master ( 952c0b...3a671f )
by Sebastian
02:01
created
src/BaseElement.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Html;
4 4
 
5
+use Illuminate\Contracts\Support\Htmlable;
5 6
 use Illuminate\Support\Collection;
6 7
 use Illuminate\Support\HtmlString;
7
-use Spatie\Html\Exceptions\MissingTag;
8
-use Spatie\Html\Exceptions\InvalidHtml;
9 8
 use Spatie\Html\Exceptions\InvalidChild;
10
-use Illuminate\Contracts\Support\Htmlable;
9
+use Spatie\Html\Exceptions\InvalidHtml;
10
+use Spatie\Html\Exceptions\MissingTag;
11 11
 
12 12
 abstract class BaseElement implements Htmlable, HtmlElement
13 13
 {
Please login to merge, or discard this patch.