mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Revert "fire onPluginsInitialized event"
This reverts commit f7832e78dc.
This commit is contained in:
parent
f7832e78dc
commit
18928d6962
|
|
@ -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)';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user