mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Spacing fix
This commit is contained in:
		@@ -4,11 +4,13 @@ use Oauth2\Resource\Database;
 | 
			
		||||
 | 
			
		||||
class ResourceDB implements Database
 | 
			
		||||
{
 | 
			
		||||
	private $accessTokens = array('test12345' => array(
 | 
			
		||||
		'id'	=>	1,
 | 
			
		||||
		'owner_type'	=>	'user',
 | 
			
		||||
		'owner_id'	=>	123
 | 
			
		||||
	));
 | 
			
		||||
	private $accessTokens = array(
 | 
			
		||||
		'test12345' => array(
 | 
			
		||||
			'id'	=>	1,
 | 
			
		||||
			'owner_type'	=>	'user',
 | 
			
		||||
			'owner_id'	=>	123
 | 
			
		||||
		)
 | 
			
		||||
	);
 | 
			
		||||
 | 
			
		||||
	private $sessionScopes = array(
 | 
			
		||||
		1	=>	array(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user