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

(-)a/Koha/Schema/Result/SftpServer.pm (-3 / +2 lines)
Lines 182-188 Helper for Koha::Object-based class name resolution. Link Here
182
=cut
182
=cut
183
183
184
sub koha_objects_class {
184
sub koha_objects_class {
185
    'Koha::SFTP::Servers';
185
    'Koha::File::Transports';
186
}
186
}
187
187
188
=head2 koha_object_class
188
=head2 koha_object_class
Lines 192-198 Helper for Koha::Object-based class name resolution. Link Here
192
=cut
192
=cut
193
193
194
sub koha_object_class {
194
sub koha_object_class {
195
    'Koha::SFTP::Server';
195
    'Koha::File::Transport';
196
}
196
}
197
197
198
1;
198
1;
199
- 

Return to bug 39190