Skip to content

Commit 027053d

Browse files
authored
[5.4] Update CoreEventAware.php (#45713)
1 parent d3c333c commit 027053d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/src/Event/CoreEventAware.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ trait CoreEventAware
110110
'onContentChangeState' => Model\AfterChangeStateEvent::class,
111111
'onCategoryChangeState' => Model\AfterCategoryChangeStateEvent::class,
112112
'onBeforeBatch' => Model\BeforeBatchEvent::class,
113+
'onContentCleanCache' => Model\AfterCleanCacheEvent::class,
113114
// User
114115
'onUserAuthenticate' => User\AuthenticationEvent::class,
115116
'onUserAuthorisation' => User\AuthorisationEvent::class,

0 commit comments

Comments
 (0)