Add Gitlab webhook

This commit is contained in:
Frédéric Guillot
2014-12-28 22:22:15 -05:00
parent d6530bd55f
commit 5266b82144
36 changed files with 597 additions and 58 deletions

View File

@@ -22,7 +22,6 @@ class ClassProvider implements ServiceProviderInterface
'Config',
'DateParser',
'File',
'GithubWebhook',
'LastLogin',
'Notification',
'Project',
@@ -53,6 +52,10 @@ class ClassProvider implements ServiceProviderInterface
'Template',
'Session',
),
'Integration' => array(
'GitlabWebhook',
'GithubWebhook',
)
);
public function register(Container $container)