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

Commit 9d3b037

Browse files
committed
Fix resources modified during merge
1 parent 7e8d7eb commit 9d3b037

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/plugins/core.auth/AbstractAuthDriver.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,6 @@ public function listChildrenGroups($baseGroup = "/")
361361
return ConfService::getConfStorageImpl()->getChildrenGroups($baseGroup);
362362
}
363363

364-
public function getStats(){
365-
return $this->getId();
366-
}
367-
368364
/**
369365
* @return string
370366
*/

0 commit comments

Comments
 (0)