forgot to make one function abstract
This commit is contained in:
parent
c9be9ab251
commit
d393638cc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue