Skip to content

Commit

Permalink
fixed #789
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 15, 2019
1 parent 8f11ca9 commit 0f6015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Common/Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function duplicate(Item $item)

flash($message)->success();

return redirect()->route('items.edit', $item->id);
return redirect()->route('items.edit', $clone->id);
}

/**
Expand Down

0 comments on commit 0f6015d

Please sign in to comment.