@@ -2,12 +2,12 @@ |
||
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 | { |