Bug 32437: (QA follow-up) Add missing methods in schema file
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 31 Mar 2023 10:59:46 +0000 (12:59 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 31 Mar 2023 11:13:36 +0000 (13:13 +0200)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Schema/Result/ImportAuth.pm

index d28e5b0..16e0981 100644 (file)
@@ -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;