Skip to content

Commit 12d789d

Browse files
committed
use bootstrap 4 by default
1 parent 25559cd commit 12d789d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Pagination/AbstractPaginator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ abstract class AbstractPaginator implements Htmlable
8787
*
8888
* @var string
8989
*/
90-
public static $defaultView = 'pagination::default';
90+
public static $defaultView = 'pagination::bootstrap-4';
9191

9292
/**
9393
* The default "simple" pagination view.
9494
*
9595
* @var string
9696
*/
97-
public static $defaultSimpleView = 'pagination::simple-default';
97+
public static $defaultSimpleView = 'pagination::simple-bootstrap-4';
9898

9999
/**
100100
* Determine if the given value is a valid page number.

0 commit comments

Comments
 (0)