Skip to content

Commit

Permalink
removed reference to missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobm001 committed Apr 1, 2021
1 parent f4adf7b commit cee6b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ class RecipebookPlugin extends Plugin
public static function getSubscribedEvents()
{
return [
'onPluginsInitialized' => ['onPluginsInitialized', 0]
, 'onTwigTemplatePaths' => ['onTwigTemplatePaths', 0]
'onTwigTemplatePaths' => ['onTwigTemplatePaths', 0]
];
}

Expand Down

0 comments on commit cee6b65

Please sign in to comment.