@@ -, +, @@ --- Koha/Schema/Result/Linktracker.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/Koha/Schema/Result/Linktracker.pm +++ a/Koha/Schema/Result/Linktracker.pm @@ -169,6 +169,11 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-08-27 08:42:21 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ksT3i//fQn+HnBKt4YZlhg +sub koha_object_class { + 'Koha::TrackedLink'; +} +sub koha_objects_class { + 'Koha::TrackedLinks'; +} -# You can replace this text with custom content, and it will be preserved on regeneration 1; --