meraproject/themes/merakomis/input/Children.php

11 lines
156 B
PHP
Raw Normal View History

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