Fix class name collision
This commit is contained in:
parent
70e1e8cbb9
commit
66ee541f77
@ -67,10 +67,10 @@ class DoliStorage implements TokenStorageInterface
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param DoliDB $db Database handler
|
* @param DoliDB $db Database handler
|
||||||
* @param Conf $conf Conf object
|
* @param \Conf $conf Conf object
|
||||||
* @param string $keyforprovider Key to manage several providers of the same type. For example 'abc' will be added to 'Google' to defined storage key.
|
* @param string $keyforprovider Key to manage several providers of the same type. For example 'abc' will be added to 'Google' to defined storage key.
|
||||||
*/
|
*/
|
||||||
public function __construct(DoliDB $db, Conf $conf, $keyforprovider = '')
|
public function __construct(DoliDB $db, \Conf $conf, $keyforprovider = '')
|
||||||
{
|
{
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->conf = $conf;
|
$this->conf = $conf;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user