Create Import namespace and move classes
This commit is contained in:
@@ -70,12 +70,10 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'TaskPermission',
|
||||
'TaskPosition',
|
||||
'TaskStatus',
|
||||
'TaskImport',
|
||||
'TaskMetadata',
|
||||
'Transition',
|
||||
'TransitionExport',
|
||||
'User',
|
||||
'UserImport',
|
||||
'UserLocking',
|
||||
'UserMention',
|
||||
'UserNotification',
|
||||
@@ -111,6 +109,10 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'TaskLinkValidator',
|
||||
'UserValidator',
|
||||
),
|
||||
'Import' => array(
|
||||
'TaskImport',
|
||||
'UserImport',
|
||||
),
|
||||
'Core' => array(
|
||||
'DateParser',
|
||||
'Helper',
|
||||
|
||||
Reference in New Issue
Block a user