mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Add missing static
This commit is contained in:
parent
445d34a2a9
commit
395cc737a1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class OC_Preferences{
|
|||
*
|
||||
* Deletes a key.
|
||||
*/
|
||||
public function deleteKey( $user, $app, $key ) {
|
||||
public static function deleteKey( $user, $app, $key ) {
|
||||
self::$object->deleteKey( $user, $app, $key );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue