Skip to content

Commit

Permalink
Unable to install #8
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Dec 17, 2021
1 parent 3785c2d commit 15ea45a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Koha/Plugin/Com/ByWaterSolutions/AuthCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ sub new {
return $self;
}

sub install {
return 1;
}

sub uninstall {
return 1;
}

=head3 upgrade
Takes care of upgrading whatever is needed (table structure, new tables, information on those)
Expand Down

0 comments on commit 15ea45a

Please sign in to comment.