From fbb05f1487c9808a0c1cef50edc1a0c1cee6ebfa Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 20 Oct 2023 08:48:46 -0300 Subject: [PATCH] Bug 30708: Add missing koha_object(s)_class definitions Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/PreservationProcessingAttribute.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha/Schema/Result/PreservationProcessingAttribute.pm b/Koha/Schema/Result/PreservationProcessingAttribute.pm index bd704a0e8d..666b0b3daa 100644 --- a/Koha/Schema/Result/PreservationProcessingAttribute.pm +++ b/Koha/Schema/Result/PreservationProcessingAttribute.pm @@ -132,6 +132,11 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:i0vFmFYaqiZFyXGxDp+6oQ +sub koha_objects_class { + 'Koha::Preservation::Processing::Attributes'; +} +sub koha_object_class { + 'Koha::Preservation::Processing::Attribute'; +} -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; -- 2.39.2