Skip to content

Commit 2006c3e

Browse files
authored
Add MetaStorm integration (#235)
1 parent 4ce7a70 commit 2006c3e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.meta-storm.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<meta-storm xmlns="meta-storm">
3+
<definitions>
4+
<classMethod class="\Yiisoft\Html\Html" method="tag" argument="0">
5+
<collection name="GLOBAL:html-tags"/>
6+
</classMethod>
7+
<classMethod class="\Yiisoft\Html\Html" method="normalTag" argument="0">
8+
<collection name="GLOBAL:html-tags"/>
9+
</classMethod>
10+
</definitions>
11+
</meta-storm>

0 commit comments

Comments
 (0)