diff options
Diffstat (limited to 'app/Integration/SlackWebhook.php')
-rw-r--r-- | app/Integration/SlackWebhook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Integration/SlackWebhook.php b/app/Integration/SlackWebhook.php index b64096fb..4d2ae3a3 100644 --- a/app/Integration/SlackWebhook.php +++ b/app/Integration/SlackWebhook.php @@ -8,7 +8,7 @@ namespace Integration; * @package integration * @author Frederic Guillot */ -class SlackWebhook extends Base +class SlackWebhook extends \Core\Base { /** * Return true if Slack is enabled for this project or globally |