Skip to content

Commit

Permalink
fix: load Brevo.pm in Users.pm (#9759)
Browse files Browse the repository at this point in the history
fixes #9758
  • Loading branch information
stephanegigandet authored Feb 6, 2024
1 parent 268056a commit a14d4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ProductOpener/Users.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ use ProductOpener::Display qw/:all/;
use ProductOpener::Orgs qw/:all/;
use ProductOpener::Products qw/:all/;
use ProductOpener::Text qw/:all/;
use ProductOpener::Brevo qw/:all/;

use CGI qw/:cgi :form escapeHTML/;
use Encode;
Expand Down

0 comments on commit a14d4d2

Please sign in to comment.