When I am using laravel Collection & DB query pagination. getting the following error.
new UserCollection(DB::table('users')->paginate());
I am using elequent pagination as follows,
new UserCollection(User::paginate());
It works fine as follows.
I have upgraded from Laravel 5.8 to 6.