Bug 23152: Implement koha_object[s]_class when needed
[koha-equinox.git] / Koha / Schema / Result / ClubTemplate.pm
index 197e8de..bbc5f49 100644 (file)
@@ -192,4 +192,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:1UuejI9kkTb9eeNKvSLAQQ
 
+sub koha_object_class {
+    'Koha::Club::Template';
+}
+sub koha_objects_class {
+    'Koha::Club::Templates';
+}
+
 1;