]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Core/Pagination.php
CS: declare visibility for constants
[galette.git] / galette / lib / Galette / Core / Pagination.php
index c61dd347fa27eb7f40522203ff5dcc6383b37eb3..1f7f417d75a0afa897847017d94e837c2aa7fa7b 100644 (file)
@@ -63,8 +63,8 @@ abstract class Pagination
     protected $view;
     protected $router;
 
-    const ORDER_ASC = 'ASC';
-    const ORDER_DESC = 'DESC';
+    public const ORDER_ASC = 'ASC';
+    public const ORDER_DESC = 'DESC';
 
     protected $pagination_fields = array(
         'current_page',