summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/html/src/FormElement/ButtonElement.php
blob: 63ae540a7c1e91c8b21e97a09cc854335998cf3e (plain)
1
2
3
4
5
6
7
8
<?php

namespace ipl\Html\FormElement;

class ButtonElement extends BaseFormElement
{
    protected $tag = 'button';
}