Installation app category issue solved.

This commit is contained in:
Cüneyt Şentürk
2019-11-19 17:06:50 +03:00
parent 023ef6f214
commit 2c96ef05f1
5 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ class EnableCommand extends Command
$data = [
'company_id' => $company_id,
'module_id' => $model->id,
'category' => $module->get('category'),
'category' => $module->get('category', 'payment-method'),
'version' => $module->get('version'),
'description' => trans('modules.enabled', ['module' => $module->get('alias')]),
];