summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/FlagType.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/FlagType.pm')
-rw-r--r--Bugzilla/WebService/FlagType.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/WebService/FlagType.pm b/Bugzilla/WebService/FlagType.pm
index cf654e659..9723d4735 100644
--- a/Bugzilla/WebService/FlagType.pm
+++ b/Bugzilla/WebService/FlagType.pm
@@ -21,6 +21,12 @@ use Bugzilla::Util qw(trim);
use List::MoreUtils qw(uniq);
+use constant PUBLIC_METHODS => qw(
+ create
+ get
+ update
+);
+
sub get {
my ($self, $params) = @_;
my $dbh = Bugzilla->switch_to_shadow_db();