v1.3.2 - Fixed table css and removed pagination in backend

This commit is contained in:
frederikpyt
2020-09-21 08:32:05 +02:00
parent 7b99cd7f4e
commit 13197b8be8
8 changed files with 60 additions and 70 deletions
@@ -28,7 +28,6 @@ class ContactController extends Controller
*/
public function index(Request $request)
{
$contact = Contact::query()->get();
return Response::detect("contacts.index", [ "contacts" => $contact]);