Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / Z3950server.pm
index f2a5de2..e72eb9a 100644 (file)
@@ -185,6 +185,11 @@ __PACKAGE__->set_primary_key("id");
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KK2y1pbgVh1hOVLAXL1e/w
 
+sub koha_object_class {
+    'Koha::Z3950Server';
+}
+sub koha_objects_class {
+    'Koha::Z3950Servers';
+}
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;