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

(-)a/Koha/Schema/Result/SftpServer.pm (-3 / +2 lines)
Lines 175-185 __PACKAGE__->add_columns( Link Here
175
);
175
);
176
176
177
sub koha_objects_class {
177
sub koha_objects_class {
178
    'Koha::SFTP::Servers';
178
    'Koha::File::Transports';
179
}
179
}
180
180
181
sub koha_object_class {
181
sub koha_object_class {
182
    'Koha::SFTP::Server';
182
    'Koha::File::Transport';
183
}
183
}
184
184
185
1;
185
1;
186
- 

Return to bug 39190