mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Lotsa bug fixes and updates
This commit is contained in:
		| @@ -23,8 +23,9 @@ class ScopeStorage extends Adapter implements ScopeInterface | ||||
|             return null; | ||||
|         } | ||||
|  | ||||
|         return (new ScopeEntity($this->server)) | ||||
|                             ->setId($result[0]['id']) | ||||
|                             ->setDescription($result[0]['description']); | ||||
|         return (new ScopeEntity($this->server))->hydrate([ | ||||
|             'id'            =>  $result[0]['id'], | ||||
|             'description'   =>  $result[0]['description'] | ||||
|         ]); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user