From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 16:05:55 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=374e638391c941caaf7a1b76d2c4df9258c40c41;p=cubist_socialite.git wip #4765 --- diff --git a/src/User.php b/src/User.php index 5e7e8c3..18bcb98 100644 --- a/src/User.php +++ b/src/User.php @@ -96,6 +96,12 @@ class User implements Authenticatable $this->email = $email; } + + public function getKeyName() + { + return 'id'; + } + /** * @param $provider * @return User|null