Advertisement
SpykeRel04D

Untitled

Nov 10th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public function destroy($id)
  2. {
  3. $contact = Contact::find($id);
  4. $contact->delete();
  5. return redirect('/contacts')->with('success', 'Contact deleted!');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement