Skip to content

Commit

Permalink
Merge pull request #169 from deleugpn/patch-1
Browse files Browse the repository at this point in the history
Authenticatable interface does not have getKey()
  • Loading branch information
taylorotwell authored Oct 25, 2018
2 parents bf34c09 + 6a21ef9 commit f9ee91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IncomingEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function user($user)
],
]);

$this->tags(['Auth:'.$user->getKey()]);
$this->tags(['Auth:'.$user->getAuthIdentifier()]);

return $this;
}
Expand Down

0 comments on commit f9ee91e

Please sign in to comment.