revert protected

This commit is contained in:
John Molakvoæ 2019-12-05 20:51:20 +01:00 committed by John Molakvoæ (skjnldsv)
parent ab2b3d2755
commit 3a563fdfd7
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Application extends App {
*
* @return FederatedShareProvider
*/
protected function getFederatedShareProvider() {
public function getFederatedShareProvider() {
if ($this->federatedShareProvider === null) {
$this->initFederatedShareProvider();
}