Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
This commit is contained in:
commit
7641deaeef
|
@ -18,7 +18,7 @@ class ContactController extends Controller
|
||||||
|
|
||||||
$contact = Contact::query()->paginate($request->input("limit", 20));
|
$contact = Contact::query()->paginate($request->input("limit", 20));
|
||||||
|
|
||||||
return Response::detect("contacts.index", [ "contact" => $contact]);
|
return Response::detect("contacts.index", [ "contacts" => $contact]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue