Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / BiblioMetadata.pm
index 52fd862..69de376 100644 (file)
@@ -135,6 +135,8 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-30 11:34:16
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FJk/YOw8Y/QRmmPPL3G5qQ
 
+sub koha_object_class {
+    'Koha::Biblio::Metadatas';
+}
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;