Skip to content

Commit

Permalink
Use bootstrap for pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricius committed Feb 26, 2021
1 parent 25f7a31 commit bd99a0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use App\Models\ApiToken;
use App\Http\Livewire\Setup;
use App\Models\User;
use Illuminate\Pagination\Paginator;
use Illuminate\Support\ServiceProvider;
use Livewire\Livewire;
use RuntimeException;
Expand All @@ -24,6 +25,8 @@ public function register(): void

public function boot(): void
{
Paginator::useBootstrap();

Sendportal::setCurrentWorkspaceIdResolver(
static function () {
/** @var User $user */
Expand Down

0 comments on commit bd99a0b

Please sign in to comment.