Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 282072e

Browse files
committed
Update HtmlElement.php
1 parent 7c9bc0f commit 282072e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Html/Elements/HtmlElement.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
use Eightfold\Markup\Element;
88

9-
use Eightfold\Markup\Html\Elements\AttributeHandler;
10-
119
use Eightfold\Markup\Html;
1210

1311
use Eightfold\Markup\Html\Elements\Root\Html as RootHtml;
@@ -20,8 +18,6 @@
2018

2119
abstract class HtmlElement extends Element
2220
{
23-
use AttributeHandler;
24-
2521
private $isKnownElement = true;
2622

2723
private $prefix = "";

0 commit comments

Comments
 (0)