Bug 18936: (QA follow-up) Add missing POD

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Joonas Kylmälä 2020-01-31 10:51:36 +00:00 committed by Martin Renvoize
parent 8fd9ff1730
commit 86bc36508f
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -23,6 +23,16 @@ use Koha::CirculationRules;
use Try::Tiny;
=head1 API
=head2 Methods
=head3 get_kinds
List all available circulation rules that can be used.
=cut
sub get_kinds {
my $c = shift->openapi->valid_input or return;