|
Lines 108-113
__PACKAGE__->belongs_to(
Link Here
|
| 108 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47 |
108 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-04-17 18:47:47 |
| 109 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CiFAelBwfhQzRX1cL0ssqA |
109 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CiFAelBwfhQzRX1cL0ssqA |
| 110 |
|
110 |
|
|
|
111 |
sub koha_object_class { |
| 112 |
'Koha::Preservation::Train::Item::Attribute'; |
| 113 |
} |
| 114 |
sub koha_objects_class { |
| 115 |
'Koha::Preservation::Train::Item::Attributes'; |
| 116 |
} |
| 111 |
|
117 |
|
| 112 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
|
|
| 113 |
1; |
118 |
1; |