Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / HouseboundProfile.pm
index 2c50c9a..0406e9f 100644 (file)
@@ -133,6 +133,11 @@ __PACKAGE__->has_many(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ESpGqu3oX9qad3elnDvOiw
 
+sub koha_object_class {
+    'Koha::Patron::HouseboundProfile';
+}
+sub koha_objects_class {
+    'Koha::Patron::HouseboundProfiles';
+}
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;