Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / AuthHeader.pm
index 56afb9b..3b74969 100644 (file)
@@ -125,6 +125,11 @@ __PACKAGE__->set_primary_key("authid");
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kHEdfMFYFtn3sQ20qsdFyg
 
+sub koha_object_class {
+    'Koha::Authority';
+}
+sub koha_objects_class {
+    'Koha::Authoritys';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;