View | Details | Raw Unified | Return to bug 30708
Collapse All | Expand All

(-)a/Koha/Schema/Result/PreservationProcessingAttribute.pm (-2 / +6 lines)
Lines 132-137 __PACKAGE__->belongs_to( Link Here
132
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
132
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47
133
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:i0vFmFYaqiZFyXGxDp+6oQ
133
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:i0vFmFYaqiZFyXGxDp+6oQ
134
134
135
sub koha_objects_class {
136
    'Koha::Preservation::Processing::Attributes';
137
}
138
sub koha_object_class {
139
    'Koha::Preservation::Processing::Attribute';
140
}
135
141
136
# You can replace this text with custom code or comments, and it will be preserved on regeneration
137
1;
142
1;
138
- 

Return to bug 30708