Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
This commit is contained in:
@@ -72,8 +72,8 @@ class ContactController extends Controller
|
||||
*/
|
||||
public function edit($id)
|
||||
{
|
||||
$contacts = Contact::find($id);
|
||||
return Response::detect("contacts.edit", ["contact" => $contacts]);
|
||||
$contact = Contact::find($id);
|
||||
return Response::detect("contacts.edit", ["contact" => $contact]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user