View | Details | Raw Unified | Return to bug 24418
Collapse All | Expand All

(-)a/Koha/Schema/Result/Suggestion.pm (-2 / +7 lines)
Lines 443-448 __PACKAGE__->belongs_to( Link Here
443
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41
443
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41
444
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UsG/gxLa0HMMbcpbscV29Q
444
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UsG/gxLa0HMMbcpbscV29Q
445
445
446
sub koha_objects_class {
447
    'Koha::Suggestions';
448
}
449
450
sub koha_object_class {
451
    'Koha::Suggestion';
452
}
446
453
447
# You can replace this text with custom content, and it will be preserved on regeneration
448
1;
454
1;
449
- 

Return to bug 24418