Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 33fa7c2

Browse files
committed
Fix resources not removed during merge
1 parent 2dac14c commit 33fa7c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/src/plugins/auth.multi/MultiAuthDriver.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ public function getRegistryContributions(\Pydio\Core\Model\ContextInterface $ctx
108108
return $contribs; // parent::getRegistryContributions($ctx, $extendedVersion);
109109
}
110110

111-
public function getStats()
112-
{
113-
return implode(",", array_keys($this->drivers));
114-
}
115-
116111
private function detectCurrentDriver()
117112
{
118113
//if(isSet($this->currentDriver)) return;

0 commit comments

Comments
 (0)