修正客户投诉审核方法缺失

This commit is contained in:
2021-05-04 07:52:00 +08:00
parent 47ca04f18f
commit 2d73dcdb2c
5 changed files with 65 additions and 1321 deletions
@@ -105,6 +105,11 @@ class ComplaintController extends WorkflowController
return $this->create();
}
public function audit()
{
return $this->create('audit');
}
public function show()
{
return $this->create('show');
@@ -6,7 +6,7 @@ use Request;
class DemoController extends Controller
{
#[Attribute(Attribute::TARGET_FUNCTION)]
//#[Attribute(Attribute::TARGET_FUNCTION)]
public function vouch()
{
return $this->display();