Skip to content

Commit

Permalink
Merge pull request #3 from NikitaSNS/master
Browse files Browse the repository at this point in the history
Set primary key on `Provider` model. Fix #2
  • Loading branch information
sfelix-martins authored Nov 17, 2017
2 parents 5226792 + 975e9f4 commit 6560880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ class Provider extends Model
* @var string
*/
protected $table = 'oauth_access_token_providers';
protected $primaryKey = 'oauth_access_token_id';
}

0 comments on commit 6560880

Please sign in to comment.