Skip to content

Commit

Permalink
Statamic patch
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Aug 13, 2021
1 parent b1f63cf commit 69252b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions patches/4122.diff
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 69252b7

Please sign in to comment.