Skip to content

Commit 9c7a340

Browse files
committed
Change deprecated event
1 parent 33d2bec commit 9c7a340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function initialize()
2222
$this->userNotificationType->setType('slack', t('Slack'), '\Kanboard\Plugin\Slack\Notification\Slack');
2323
$this->projectNotificationType->setType('slack', t('Slack'), '\Kanboard\Plugin\Slack\Notification\Slack');
2424

25-
$this->on('session.bootstrap', function($container) {
25+
$this->on('app.bootstrap', function($container) {
2626
Translator::load($container['config']->getCurrentLanguage(), __DIR__.'/Locale');
2727
});
2828
}
@@ -39,7 +39,7 @@ public function getPluginAuthor()
3939

4040
public function getPluginVersion()
4141
{
42-
return '1.0.1';
42+
return '1.0.2';
4343
}
4444

4545
public function getPluginHomepage()

0 commit comments

Comments
 (0)