Skip to content

Commit

Permalink
Fix missing namespace in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtangoo authored Jan 29, 2024
1 parent 956f26a commit 21f4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21f4072

Please sign in to comment.