v1.3.2 - Fixed table css and removed pagination in backend
This commit is contained in:
@@ -28,7 +28,6 @@ class ContactController extends Controller
|
||||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
|
||||
$contact = Contact::query()->get();
|
||||
|
||||
return Response::detect("contacts.index", [ "contacts" => $contact]);
|
||||
|
||||
Reference in New Issue
Block a user