Merge branch 'master' into cs
This commit is contained in:
@@ -11,7 +11,7 @@ class ConversionController extends BaseAdminController
|
||||
{
|
||||
public function overview()
|
||||
{
|
||||
$result = ConversionLogic::overview($this->request->get());
|
||||
$result = ConversionLogic::overview($this->request->get(), $this->adminId, $this->adminInfo);
|
||||
|
||||
return $this->data($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user