From 865fa1e7400821054e0ceaac8d539f45bd56858f Mon Sep 17 00:00:00 2001 From: Piotr Potrebka <piotr.potrebka@wpdesk.net> Date: Sat, 21 Jan 2023 09:58:22 +0100 Subject: [PATCH] init --- src/Abstracts/EmailAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Abstracts/EmailAbstract.php b/src/Abstracts/EmailAbstract.php index 0085b68..2c5d929 100644 --- a/src/Abstracts/EmailAbstract.php +++ b/src/Abstracts/EmailAbstract.php @@ -84,7 +84,7 @@ abstract class EmailAbstract implements EmailInterface { } /** - * Send email. + * Send email (wywalić do osobnej klasy ;) ) * * @return void */ -- GitLab