コード例 #1
0
 public function save()
 {
     //dd(Input::get('json'));
     $this->menulink->changeParentById($this->menulink->parseJsonArray(json_decode(Input::get('json'), true)));
     return Response::json(array('result' => 'success'));
 }