Skip to content

Commit

Permalink
added $keyType = 'string' to Token model
Browse files Browse the repository at this point in the history
  • Loading branch information
freezer278 committed Sep 6, 2019
1 parent 8e78901 commit f6d5817
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ class Token extends Model
*/
protected $table = 'oauth_access_tokens';

/**
* The "type" of the primary key ID.
*
* @var string
*/
protected $keyType = 'string';

/**
* Indicates if the IDs are auto-incrementing.
*
Expand Down

0 comments on commit f6d5817

Please sign in to comment.