Skip to content

Commit f6d5817

Browse files
committed
added $keyType = 'string' to Token model
1 parent 8e78901 commit f6d5817

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Token.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ class Token extends Model
1313
*/
1414
protected $table = 'oauth_access_tokens';
1515

16+
/**
17+
* The "type" of the primary key ID.
18+
*
19+
* @var string
20+
*/
21+
protected $keyType = 'string';
22+
1623
/**
1724
* Indicates if the IDs are auto-incrementing.
1825
*

0 commit comments

Comments
 (0)