composer update
This commit is contained in:
parent
0b3c362c5e
commit
a1f0701630
142 changed files with 4530 additions and 1195 deletions
|
|
@ -57,6 +57,28 @@ return [
|
|||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
],
|
||||
'license/remove' => [
|
||||
'load' => function () {
|
||||
return [
|
||||
'component' => 'k-remove-dialog',
|
||||
'props' => [
|
||||
'text' => I18n::translate('license.remove.text'),
|
||||
'size' => 'medium',
|
||||
'submitButton' => [
|
||||
'icon' => 'trash',
|
||||
'text' => I18n::translate('remove'),
|
||||
'theme' => 'negative',
|
||||
],
|
||||
]
|
||||
];
|
||||
},
|
||||
'submit' => function () {
|
||||
// @codeCoverageIgnoreStart
|
||||
App::instance()->system()->license()->delete();
|
||||
return true;
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
],
|
||||
// license registration
|
||||
'registration' => [
|
||||
'load' => function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue