mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Add visibility for method
This commit is contained in:
parent
a6c5d65fd6
commit
4a5c3eea42
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class SFTP extends Storage {
|
|||
$this->assertEquals($expectedStorageId, $instance->getId());
|
||||
}
|
||||
|
||||
function configProvider() {
|
||||
public function configProvider() {
|
||||
return [
|
||||
[
|
||||
// no root path
|
||||
|
|
|
|||
Loading…
Reference in a new issue