Default to using Bootstrap 3 pagination.

L5.6 introduced Bootstrap 4 validation. While it is likely our pagination is all custom and is using the Storm UI, just to be safe, we'll make sure pagination is using Bootstrap 3 classes in all circumstances to retain current functionality.

This should have no effect on simple pagination, which is overriden with our custom template on the next line.
This commit is contained in:
Ben Thomson 2020-01-21 08:44:10 +08:00
parent 12f5c1794e
commit c7b85fcd6e
No known key found for this signature in database
GPG Key ID: B2BAFACC5ED68F87

View File

@ -94,6 +94,7 @@ class ServiceProvider extends ModuleServiceProvider
}
}
Paginator::useBootstrapThree();
Paginator::defaultSimpleView('system::pagination.simple-default');
/*