added s to the end of contacts

This commit is contained in:
Neerholt 2020-06-29 11:39:00 +02:00
parent 78992f6a61
commit c86c067d07
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class ContactController extends Controller
$contact = Contact::query()->paginate($request->input("limit", 20));
return Response::detect("contacts.index", [ "contact" => $contact]);
return Response::detect("contacts.index", [ "contacts" => $contact]);
}
/**