We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c333c commit 027053dCopy full SHA for 027053d
libraries/src/Event/CoreEventAware.php
@@ -110,6 +110,7 @@ trait CoreEventAware
110
'onContentChangeState' => Model\AfterChangeStateEvent::class,
111
'onCategoryChangeState' => Model\AfterCategoryChangeStateEvent::class,
112
'onBeforeBatch' => Model\BeforeBatchEvent::class,
113
+ 'onContentCleanCache' => Model\AfterCleanCacheEvent::class,
114
// User
115
'onUserAuthenticate' => User\AuthenticationEvent::class,
116
'onUserAuthorisation' => User\AuthorisationEvent::class,
0 commit comments