arrangement after review for module history description #mz7u2p
This commit is contained in:
@ -34,7 +34,7 @@ class CreateModuleUpdatedHistory
|
||||
'company_id' => $model->company_id,
|
||||
'module_id' => $model->id,
|
||||
'version' => $event->new,
|
||||
'description' => trans('modules.history.updated', ['module' => $module->getAlias()]),
|
||||
'description' => trans('modules.updated_2', ['module' => $module->getAlias()]),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user