mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 12:24:01 +00:00
contract entity api
This commit is contained in:
@@ -140,7 +140,7 @@ class ContractTemplateObligationDependencyModule extends BaseController
|
||||
$contract_template_obligation_dependency->update();
|
||||
|
||||
// log
|
||||
ContractTemplateObligationModule::makeLog($contract_template_obligation_dependency->contract_template_obligation_id, 'user (' . Auth::guard('user-api')->user()->id . ') delete dependency');
|
||||
ContractTemplateObligationModule::makeLog($contract_template_obligation_dependency->contract_template_obligation_id, 'user (' . Auth::guard('user-api')->user()->id . ') dependency deleted');
|
||||
|
||||
DB::commit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user