Skip to content

Commit

Permalink
fire onPluginsInitialized event
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed May 8, 2018
1 parent 68428a7 commit f7832e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/plugin
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ $grav['streams'];
$grav['plugins']->init();
$grav['themes']->init();

// Initialize Plugins
$grav->fireEvent('onPluginsInitialized');


$app = new Application('Grav Plugins Commands', GRAV_VERSION);
$pattern = '([A-Z]\w+Command\.php)';
Expand Down

0 comments on commit f7832e7

Please sign in to comment.