1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

PHP 5.3 compatibility

This commit is contained in:
Thomas Mueller 2013-04-26 15:36:43 +02:00
parent fd2da73169
commit 950e410c0d

View File

@ -119,11 +119,4 @@ abstract class AbstractPIMObject implements IPIMObject {
return $this->getPermissions() & $permission;
}
/**
* Delete the data from backend
*
* @return bool
*/
abstract public function delete();
}