Skip to content

Commit

Permalink
edit attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Benitez Gabriel committed Mar 20, 2019
1 parent d02cc99 commit f78694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/AttributeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function createAction(Request $request)
*/
public function editAction(Request $request, Attribute $attribute)
{
$form = $this->createProfileForm($attribute = new Attribute());
$form = $this->createProfileForm($attribute);
$form->handleRequest($request);


Expand Down

0 comments on commit f78694e

Please sign in to comment.