Checkpolicydoc : GWM
This commit is contained in:
parent
6f912fb4a1
commit
06a977985a
@ -619,7 +619,8 @@ class PolicyController extends ResourceController
|
||||
|
||||
public function readFile()
|
||||
{
|
||||
$readDoc = $this->checkPolicyDoc(15862);
|
||||
$policyId = $this->request->getGet('policy_id');
|
||||
$readDoc = $this->checkPolicyDoc($policyId);
|
||||
|
||||
dd($readDoc);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user