2 changed files with 3 additions and 12 deletions
@ -1,12 +0,0 @@ |
|||||
<?php |
|
||||
// 事件监听 |
|
||||
|
|
||||
return [ |
|
||||
// ... |
|
||||
'listen' => [ |
|
||||
// ... |
|
||||
'app\event\UserPasswordChange' => [ |
|
||||
'app\listener\LogoutUser', |
|
||||
], |
|
||||
], |
|
||||
]; |
|
||||
Loading…
Reference in new issue