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

namespace ipl\Html\FormElement;

class TimeElement extends InputElement
{
    protected $type = 'time';
}