Move dashboard pagination into separate classes
This commit is contained in:
@@ -122,6 +122,12 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'TaskExport',
|
||||
'TransitionExport',
|
||||
),
|
||||
'Pagination' => array(
|
||||
'TaskPagination',
|
||||
'SubtaskPagination',
|
||||
'ProjectPagination',
|
||||
'UserPagination',
|
||||
),
|
||||
'Core' => array(
|
||||
'DateParser',
|
||||
'Lexer',
|
||||
|
||||
Reference in New Issue
Block a user