Move subtask forecast to a plugin
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
This commit is contained in:
@@ -41,7 +41,6 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'ProjectPermission',
|
||||
'Subtask',
|
||||
'SubtaskExport',
|
||||
'SubtaskForecast',
|
||||
'SubtaskTimeTracking',
|
||||
'Swimlane',
|
||||
'Task',
|
||||
@@ -80,6 +79,9 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'Core\Cache' => array(
|
||||
'MemoryCache',
|
||||
),
|
||||
'Core\Plugin' => array(
|
||||
'Hook',
|
||||
),
|
||||
'Integration' => array(
|
||||
'BitbucketWebhook',
|
||||
'GithubWebhook',
|
||||
|
||||
Reference in New Issue
Block a user