Revert "fire onPluginsInitialized event"

This reverts commit f7832e78dc.
This commit is contained in:
Andy Miller 2018-05-08 09:48:56 -06:00
parent f7832e78dc
commit 18928d6962
No known key found for this signature in database
GPG Key ID: E82B8D0EAB94EFB9

View File

@ -60,9 +60,6 @@ $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)';