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

(-)a/Koha/Schema/Result/PluginData.pm (-2 / +7 lines)
Lines 70-74 __PACKAGE__->set_primary_key("plugin_class", "plugin_key"); Link Here
70
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:g4MbnMszG6BGSG0vHxWQig
70
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:g4MbnMszG6BGSG0vHxWQig
71
71
72
72
73
# You can replace this text with custom content, and it will be preserved on regeneration
73
sub koha_objects_class {
74
    'Koha::Plugins::Datas';
75
}
76
sub koha_object_class {
77
    'Koha::Plugins::Data';
78
}
79
74
1;
80
1;
75
- 

Return to bug 35536