Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Change deprecated event
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Dec 8, 2015
1 parent 772b837 commit 3987d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function initialize()
$this->emailClient->setTransport('sendgrid', '\Kanboard\Plugin\Sendgrid\EmailHandler');
$this->template->hook->attach('template:config:integrations', 'sendgrid:integration');

$this->on('session.bootstrap', function($container) {
$this->on('app.bootstrap', function($container) {
Translator::load($container['config']->getCurrentLanguage(), __DIR__.'/Locale');
});
}
Expand All @@ -35,7 +35,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.0';
return '1.0.1';
}

public function getPluginHomepage()
Expand Down

0 comments on commit 3987d43

Please sign in to comment.