Skip to content

Commit b44124f

Browse files
authored
Merge pull request #830 from Iandenh/patch-1
docs: Mailer Preview file path comment not following PSR-4
2 parents d8a5552 + e89ac90 commit b44124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ In order to preview emails before sending them, you need to create a preview
165165
class that defines the receipient and required template variables for your
166166
mailer methods::
167167

168-
// in src/Mailer/MailPreview/WelcomePreview.php
168+
// in src/Mailer/Preview/WelcomePreview.php
169169
namespace App\Mailer\Preview;
170170

171171
use DebugKit\Mailer\MailPreview;

0 commit comments

Comments
 (0)