slette s
This commit is contained in:
parent
79d6ffe52d
commit
f61f67d0bc
|
@ -73,8 +73,8 @@ class ContactController extends Controller
|
||||||
*/
|
*/
|
||||||
public function edit($id)
|
public function edit($id)
|
||||||
{
|
{
|
||||||
$contacts = Contact::find($id);
|
$contact = Contact::find($id);
|
||||||
return Response::detect("contacts.edit", ["contact" => $contacts]);
|
return Response::detect("contacts.edit", ["contact" => $contact]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue