Move budget outside of the core

The budget planning feature is now a plugin
See: https://github.com/kanboard/plugin-budget
This commit is contained in:
Frederic Guillot
2015-09-13 16:56:51 -04:00
parent d400f7c5be
commit 4b6672d0b3
47 changed files with 20 additions and 1596 deletions

View File

@@ -20,7 +20,6 @@ class ClassProvider implements ServiceProviderInterface
'Action',
'Authentication',
'Board',
'Budget',
'Category',
'Color',
'Comment',
@@ -28,7 +27,6 @@ class ClassProvider implements ServiceProviderInterface
'Currency',
'DateParser',
'File',
'HourlyRate',
'LastLogin',
'Link',
'Notification',