Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / Fieldmapping.pm
index d0b8730..f8e8845 100644 (file)
@@ -85,6 +85,11 @@ __PACKAGE__->set_primary_key("id");
 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x+izN6nqxs+W/g/demOpOg
 
+sub koha_object_class {
+    'Koha::FieldMapping';
+}
+sub koha_objects_class {
+    'Koha::FieldMappings';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;