From 1392172b7f4255e3f9406ee72dbf2e5c61049159 Mon Sep 17 00:00:00 2001 From: Aitor Riba Archilla Date: Sun, 17 Sep 2017 16:51:45 +0200 Subject: [PATCH] Refactored pagination --- src/Views/routes.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/routes.blade.php b/src/Views/routes.blade.php index 67dc334..5b85b48 100644 --- a/src/Views/routes.blade.php +++ b/src/Views/routes.blade.php @@ -48,7 +48,7 @@ - @include('laralum::layouts.pagination', ['paginator' => $routes]) + {{ $routes->links('laralum::layouts.pagination') }}