Skip to content

Commit

Permalink
use bootstrap 4 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 19, 2018
1 parent 25559cd commit 12d789d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Pagination/AbstractPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ abstract class AbstractPaginator implements Htmlable
*
* @var string
*/
public static $defaultView = 'pagination::default';
public static $defaultView = 'pagination::bootstrap-4';

/**
* The default "simple" pagination view.
*
* @var string
*/
public static $defaultSimpleView = 'pagination::simple-default';
public static $defaultSimpleView = 'pagination::simple-bootstrap-4';

/**
* Determine if the given value is a valid page number.
Expand Down

0 comments on commit 12d789d

Please sign in to comment.