diff --git a/patches/4122.diff b/patches/4122.diff new file mode 100644 index 0000000..3ae62a2 --- /dev/null +++ b/patches/4122.diff @@ -0,0 +1,16 @@ +diff --git a/src/Auth/User.php b/src/Auth/User.php +index 117f7e999..20694f4a8 100644 +--- a/src/Auth/User.php ++++ b/src/Auth/User.php +@@ -115,6 +115,11 @@ public function getAuthIdentifier() + return $this->id(); + } + ++ public function getKey() ++ { ++ return $this->id(); ++ } ++ + public function getAuthPassword() + { + return $this->password();