From 21f407239c51fc6d50d369e4469d006afa8c9b2c Mon Sep 17 00:00:00 2001 From: "Stefano D. Mtangoo" Date: Mon, 29 Jan 2024 17:13:45 +0300 Subject: [PATCH] Fix missing namespace in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97baa32..66e5136 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Then in the root of web configuration, set the factory class in container defini 'container' => [ 'definitions' => [ EsmtpTransportFactory::class => [ - 'class' => CustomSmtpFactory::class, + 'class' => \app\utils\CustomSmtpFactory::class, 'timeout' => 143, //Configure it to your own timeout ], // ... other definitions