Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / AuthTagStructure.pm
index 4612b32..3bc9235 100644 (file)
@@ -130,6 +130,11 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4ulaQnDuxrwYgCKJ/Qygaw
 
+sub koha_object_class {
+    'Koha::Authority::Tag';
+}
+sub koha_objects_class {
+    'Koha::Authority::Tags';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;