mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ipl\Html: Textarea is a FormElement
This commit is contained in:
parent
2f3f01e1c1
commit
fb4efa303f
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
namespace dipl\Html\FormElement;
|
namespace dipl\Html\FormElement;
|
||||||
|
|
||||||
use dipl\Html\BaseHtmlElement;
|
class TextareaElement extends BaseFormElement
|
||||||
|
|
||||||
class TextareaElement extends BaseHtmlElement
|
|
||||||
{
|
{
|
||||||
protected $tag = 'textarea';
|
protected $tag = 'textarea';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user