Browse Source

Correct docblock comment

master
Adam Pippin 3 years ago
parent
commit
693b5936af
  1. 2
      src/Events/UserLogout.php

2
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
{

Loading…
Cancel
Save