Skip to content

Commit

Permalink
Fix issue (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold authored Jan 14, 2022
1 parent 688bf13 commit 1d8561f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Modules/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace BernskioldMedia\WP\Experience\Modules;

use BernskioldMedia\WP\PluginBase\Interfaces\Hookable;
use PHPMailer\PHPMailer\PHPMailer;

class Mail implements Hookable {
class Mail extends Module {

public static function hooks(): void {
add_action( 'phpmailer_init', [ self::class, 'send_mail_via_smtp' ] );
Expand Down

0 comments on commit 1d8561f

Please sign in to comment.