Skip to content

Commit

Permalink
fix result order menu
Browse files Browse the repository at this point in the history
  • Loading branch information
agungsugiarto committed Aug 22, 2020
1 parent f29a12c commit 85071c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/Users/MenuController.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function new()

$this->db->transCommit();

return $this->respondUpdated($result, lang('boilerplate.menu.msg.msg_update'));
return $this->respondUpdated([], lang('boilerplate.menu.msg.msg_update'));
}

public function show($id)
Expand Down

0 comments on commit 85071c8

Please sign in to comment.