11 lines
156 B
PHP
11 lines
156 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace themes\merakomis\input;
|
||
|
|
|
||
|
|
|
||
|
|
class Children extends \ModuleBZ\Form\Input {
|
||
|
|
protected function getType(): int {
|
||
|
|
return -1;
|
||
|
|
}
|
||
|
|
}
|