Skip to content

Commit

Permalink
Add key type to refresh token model
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 6, 2019
1 parent b737807 commit e400c2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/RefreshToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ class RefreshToken extends Model
*/
public $incrementing = false;

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

/**
* The guarded attributes on the model.
*
Expand Down

0 comments on commit e400c2b

Please sign in to comment.