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