diff --git a/src/Events/UserLogout.php b/src/Events/UserLogout.php index d7d5fe1..916cc33 100644 --- a/src/Events/UserLogout.php +++ b/src/Events/UserLogout.php @@ -5,7 +5,7 @@ declare(strict_types=1); namespace authkit2\Events; /** - * Notification that a user has logged into the app + * Notification that a user has logged out of the app */ class UserLogout extends UserEvent {