Laravel 8 Pagination UI Problem

use Illuminate\Pagination\Paginator;

public function boot()
{
     Paginator::useBootstrap();
}
Dangerous Dragonfly