Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Weijers committed Aug 6, 2018
2 parents 1362d4a + 727006d commit b56ca4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function init()
parent::init();

// Custom initialization code goes here...
Craft::$app->view->twig->addExtension(new YiiTwigExtension());
Craft::$app->view->registerTwigExtension(new YiiTwigExtension());
}

protected function createSettingsModel()
Expand All @@ -40,4 +40,4 @@ protected function settingsHtml()
}
}

?>
?>

0 comments on commit b56ca4a

Please sign in to comment.