mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix broken test
This commit is contained in:
@@ -36,7 +36,7 @@ abstract class AbstractTokenEntity
|
||||
* Session scopes
|
||||
* @var array Array of ScopeEntity
|
||||
*/
|
||||
protected $scopes = [];
|
||||
protected $scopes;
|
||||
|
||||
/**
|
||||
* Token expire time
|
||||
|
Reference in New Issue
Block a user