Skip to content

Commit edd1dea

Browse files
committed
Update MsGraph.php
1 parent 11556bc commit edd1dea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/MsGraph.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ public function isConnected(?string $id = null): bool
162162
}
163163

164164
if ($token->expires < time()) {
165-
// $user = (self::$userModel ?: config('auth.providers.users.model'))::find($id);
166-
167-
// return $this->renewExpiringToken($token, $id, $user->email);
168165
return false;
169166
}
170167

0 commit comments

Comments
 (0)