Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / ClubTemplateEnrollmentField.pm
index c45720a..2a225cc 100644 (file)
@@ -114,6 +114,11 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lN5Shnqo+va0tCdiM/iwNg
 
+sub koha_object_class {
+    'Koha::Club::Template::EnrollmentField';
+}
+sub koha_objects_class {
+    'Koha::Club::Template::EnrollmentFields';
+}
 
-# You can replace this text with custom content, and it will be preserved on regeneration
 1;