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

(-)a/Koha/Schema/Result/Linktracker.pm (-2 / +6 lines)
Lines 169-174 __PACKAGE__->belongs_to( Link Here
169
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-27 08:42:21
169
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-27 08:42:21
170
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ksT3i//fQn+HnBKt4YZlhg
170
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ksT3i//fQn+HnBKt4YZlhg
171
171
172
sub koha_object_class {
173
    'Koha::TrackedLink';
174
}
175
sub koha_objects_class {
176
    'Koha::TrackedLinks';
177
}
172
178
173
# You can replace this text with custom content, and it will be preserved on regeneration
174
1;
179
1;
175
- 

Return to bug 22690