Skip to content

Commit

Permalink
Merge pull request #16 from designmynight/dont-cast-array
Browse files Browse the repository at this point in the history
fix: don't cast scopes as an array
  • Loading branch information
Will Taylor-Jackson authored Oct 3, 2018
2 parents 223df33 + 8a59875 commit 7d6cff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Passport/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Token extends Model
* @var array
*/
protected $casts = [
'scopes' => 'array',
'revoked' => 'bool',
];

Expand Down

0 comments on commit 7d6cff1

Please sign in to comment.