Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jhariani committed Oct 24, 2014
1 parent 0f3d4b6 commit b95cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GovTribe/LaravelKinvey/Database/Eloquent/User.php
Expand Up @@ -49,7 +49,7 @@ public static function boot()
*/
public function getAuthIdentifier()
{
return $this->_id;
return $this->username;
}

/**
Expand Down

0 comments on commit b95cae8

Please sign in to comment.