Commit 5e29c982 authored by Shakarim Sapa's avatar Shakarim Sapa

- Testing

parent f660d962
......@@ -52,6 +52,7 @@ class TriggerAdminController extends AdminController {
}
public function actionGetresult($id){
echo $id; die;
$obj=new \UnisenderAPI();
$result = $obj->getVisitedLinks($id);
var_dump($result);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment