Skip to content

Commit

Permalink
add missing include exception (#32057)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil E. Taylor <[email protected]>
  • Loading branch information
Phil Taylor authored Jan 16, 2021
1 parent 10e2fc4 commit c79ce14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/system/privacyconsent/privacyconsent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
use Joomla\Database\Exception\ExecutionFailureException;
use Joomla\Database\ParameterType;
use Joomla\Utilities\ArrayHelper;
use PHPMailer\PHPMailer\Exception as phpmailerException;

/**
* An example custom privacyconsent plugin.
Expand Down

0 comments on commit c79ce14

Please sign in to comment.