Fix class name collision

This commit is contained in:
Laurent Destailleur 2023-01-02 15:18:25 +01:00
parent 70e1e8cbb9
commit 66ee541f77

View File

@ -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;