Skip to content

Commit

Permalink
Merge pull request #28 from alfredbuehler/patch-1
Browse files Browse the repository at this point in the history
Adjusted text-helper registering
  • Loading branch information
creecros authored Jun 6, 2024
2 parents 47370bd + 3d96f86 commit e532344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Plugin extends Base
public function initialize()
{
//HELPER
$this->helper->register('text', '\Kanboard\Plugin\MarkdownPlus\Helper\MarkdownPlusHelper');
$this->container['helper']->register('text', '\Kanboard\Plugin\MarkdownPlus\Helper\MarkdownPlusHelper');

//CSS
$this->hook->on('template:layout:css', array('template' => 'plugins/MarkdownPlus/Assets/css/markdownplus.css'));
Expand Down

0 comments on commit e532344

Please sign in to comment.