We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25559cd commit 12d789dCopy full SHA for 12d789d
src/Illuminate/Pagination/AbstractPaginator.php
@@ -87,14 +87,14 @@ abstract class AbstractPaginator implements Htmlable
87
*
88
* @var string
89
*/
90
- public static $defaultView = 'pagination::default';
+ public static $defaultView = 'pagination::bootstrap-4';
91
92
/**
93
* The default "simple" pagination view.
94
95
96
97
- public static $defaultSimpleView = 'pagination::simple-default';
+ public static $defaultSimpleView = 'pagination::simple-bootstrap-4';
98
99
100
* Determine if the given value is a valid page number.
0 commit comments