13 lines
200 B
PHP
Executable File
13 lines
200 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'props' => [
|
|
/**
|
|
* Sets the help text
|
|
*/
|
|
'help' => function ($help = null) {
|
|
return I18n::translate($help, $help);
|
|
}
|
|
]
|
|
];
|