diff --git a/Models/AuditMapper.php b/Models/AuditMapper.php index 93e06db..34a8c1a 100644 --- a/Models/AuditMapper.php +++ b/Models/AuditMapper.php @@ -79,28 +79,4 @@ final class AuditMapper extends DataMapperAbstract * @since 1.0.0 */ protected static $createdAt = 'auditor_audit_created_at'; - - /** - * {@inheritdoc} - */ - public static function update($obj, int $relations = RelationType::ALL, int $depth = 1) - { - // prevent updating - } - - /** - * {@inheritdoc} - */ - public static function updateArray(array &$obj, int $relations = RelationType::ALL, int $depth = 1) - { - // prevent updating - } - - /** - * {@inheritdoc} - */ - public static function delete($obj, int $relations = RelationType::REFERENCE) - { - // prevent deleting - } }