mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Removed the type hinting otherwise it tries to extend OAuth2\object which doesn't exist
This commit is contained in:
parent
8b7b70f432
commit
813b19cb7a
@ -79,7 +79,7 @@ class Server
|
||||
* @param object $db A class that implements OAuth2ServerDatabase
|
||||
* @return void
|
||||
*/
|
||||
public function registerDbAbstractor(object $db)
|
||||
public function registerDbAbstractor($db)
|
||||
{
|
||||
$this->db = $db;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user