mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
contract template obligation modal UI
This commit is contained in:
@@ -45,4 +45,11 @@ class EntityController extends BaseController
|
||||
$entity = EntityModule::delete($request, $hash_id);
|
||||
return $entity;
|
||||
}
|
||||
|
||||
public function validCheck(Request $request, $hash_id = '')
|
||||
{
|
||||
$method = empty($hash_id) ? 'POST' :'PUT';
|
||||
$valid = EntityModule::validCheck($request, $hash_id, $method);
|
||||
return $valid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user