Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
removes delete from the contact edit modal. closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Mar 28, 2018
1 parent 990bc00 commit 611b4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Forms/Builders/ContactForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function edit(Contact $contact)
{
return $this->form
->title('Edit')
->actions(['update', 'destroy'])
->actions(['update'])
->edit($contact);
}
}

0 comments on commit 611b4fa

Please sign in to comment.