added s to the end of contacts
This commit is contained in:
parent
78992f6a61
commit
c86c067d07
|
@ -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