Skip to content

Commit 21f4072

Browse files
authored
Fix missing namespace in README.md
1 parent 956f26a commit 21f4072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Then in the root of web configuration, set the factory class in container defini
160160
'container' => [
161161
'definitions' => [
162162
EsmtpTransportFactory::class => [
163-
'class' => CustomSmtpFactory::class,
163+
'class' => \app\utils\CustomSmtpFactory::class,
164164
'timeout' => 143, //Configure it to your own timeout
165165
],
166166
// ... other definitions

0 commit comments

Comments
 (0)