Skip to content

Commit 7d6cff1

Browse files
author
Will Taylor-Jackson
authored
Merge pull request #16 from designmynight/dont-cast-array
fix: don't cast scopes as an array
2 parents 223df33 + 8a59875 commit 7d6cff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Passport/Token.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class Token extends Model
4040
* @var array
4141
*/
4242
protected $casts = [
43-
'scopes' => 'array',
4443
'revoked' => 'bool',
4544
];
4645

0 commit comments

Comments
 (0)