Skip to content

Commit 66d16cb

Browse files
authored
use clearer pagination view names (#56307)
it's been a LONG time since Bootstrap 3 was the default pagination view, but it looks like their file names persisted. we'll update the view file names to explicitly describe them as the Bootstrap 3 views. this will help avoid confusion since Tailwind is our default now.
1 parent 9003a58 commit 66d16cb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Illuminate/Pagination/AbstractPaginator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@ public static function useBootstrap()
637637
*/
638638
public static function useBootstrapThree()
639639
{
640-
static::defaultView('pagination::default');
641-
static::defaultSimpleView('pagination::simple-default');
640+
static::defaultView('pagination::bootstrap-3');
641+
static::defaultSimpleView('pagination::simple-bootstrap-3');
642642
}
643643

644644
/**
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)