user()->currentAccessToken(); if ($token instanceof PersonalAccessToken) { $token->delete(); } return $this->ok(null, 'Logged out'); } }