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

namespace ipl\Html\FormElement;

class TextElement extends InputElement
{
    protected $type = 'text';
}