diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/group/example.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group/example.php b/lib/group/example.php index f9c62fb9789..9c9ece5ac77 100644 --- a/lib/group/example.php +++ b/lib/group/example.php @@ -98,7 +98,7 @@ abstract class OC_Group_Example { * @param string $gid * @return bool */ - public function groupExists($gid); + abstract public function groupExists($gid); /** * @brief get a list of all users in a group |