Helpers refactoring
This commit is contained in:
@@ -55,9 +55,9 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'TaskValidator',
|
||||
'Timetable',
|
||||
'TimetableDay',
|
||||
'TimetableExtra',
|
||||
'TimetableWeek',
|
||||
'TimetableOff',
|
||||
'TimetableExtra',
|
||||
'Transition',
|
||||
'User',
|
||||
'UserSession',
|
||||
@@ -65,23 +65,22 @@ class ClassProvider implements ServiceProviderInterface
|
||||
),
|
||||
'Core' => array(
|
||||
'Helper',
|
||||
'Template',
|
||||
'Session',
|
||||
'MemoryCache',
|
||||
'FileCache',
|
||||
'Request',
|
||||
'HttpClient',
|
||||
'MemoryCache',
|
||||
'Request',
|
||||
'Session',
|
||||
'Template',
|
||||
),
|
||||
'Integration' => array(
|
||||
'GitlabWebhook',
|
||||
'GithubWebhook',
|
||||
'BitbucketWebhook',
|
||||
'GithubWebhook',
|
||||
'GitlabWebhook',
|
||||
'HipchatWebhook',
|
||||
'Jabber',
|
||||
'MailgunWebhook',
|
||||
'PostmarkWebhook',
|
||||
'SendgridWebhook',
|
||||
'SlackWebhook',
|
||||
'PostmarkWebhook',
|
||||
'Jabber',
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user