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

@ -191,7 +191,7 @@ class Updater
ModelHistory::create([
'company_id' => session('company_id'),
'module_id' => $model->id,
'category' => $module->get('category'),
'category' => $module->get('category', 'payment-method'),
'version' => $version,
'description' => trans('modules.history.updated', ['module' => $module->get('alias')]),
]);