diff --git a/src/Auth.php b/src/Auth.php index 32b163db0..c2bd95344 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -15,6 +15,7 @@ * @method Result attempt(array $credentials) * @method Result check(array $credentials) * @method bool checkAction(string $token, string $type) [Session] + * @method void forget(?User $user = null) [Session] * @method User|null getUser() * @method bool loggedIn() * @method bool login(User $user)