Bug 24418: Add koha_object(s)_class methods to Suggestion

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2020-01-14 10:11:00 -03:00 committed by Martin Renvoize
parent 8d2642d33e
commit 4c10b49b5d
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -443,6 +443,12 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UsG/gxLa0HMMbcpbscV29Q
sub koha_objects_class {
'Koha::Suggestions';
}
sub koha_object_class {
'Koha::Suggestion';
}
# You can replace this text with custom content, and it will be preserved on regeneration
1;