From: Tomas Cohen Arazi Date: Fri, 31 Mar 2023 10:59:46 +0000 (+0200) Subject: Bug 32437: (QA follow-up) Add missing methods in schema file X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=320a4b4d74f5b4d76adb58e45865e54000a3bb4b;hp=488e67656ffa3016a32f39eb68c5a3aa7fb8a68e;p=srvgit Bug 32437: (QA follow-up) Add missing methods in schema file Signed-off-by: Tomas Cohen Arazi --- diff --git a/Koha/Schema/Result/ImportAuth.pm b/Koha/Schema/Result/ImportAuth.pm index d28e5b06c3..16e09818e5 100644 --- a/Koha/Schema/Result/ImportAuth.pm +++ b/Koha/Schema/Result/ImportAuth.pm @@ -100,6 +100,11 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-31 10:47:53 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SRH+gauacnrd+nD9OtAfCQ +sub koha_objects_class { + 'Koha::Import::Record::Auths'; +} +sub koha_object_class { + 'Koha::Import::Record::Auth'; +} -# You can replace this text with custom content, and it will be preserved on regeneration 1;