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