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