Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2][Events] Use event classes for System plugins #43637

Open
wants to merge 19 commits into
base: 5.2-dev
Choose a base branch
from
Prev Previous commit
Next Next commit
system Remember
  • Loading branch information
Fedik committed Jun 9, 2024
commit f3569196da7b85e1fffbf4bf3128308da5e94376
2 changes: 2 additions & 0 deletions plugins/system/remember/src/Extension/Remember.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public static function getSubscribedEvents(): array
* Remember me method to run onAfterInitialise
* Only purpose is to initialise the login authentication process if a cookie is present
*
* @param AfterInitialiseEvent $event The event instance.
*
* @return void
*
* @since 1.5
Expand Down