Skip to content

Commit 0bf2a4c

Browse files
authored
fix MailManager::createSesV2Transport typo (#51688)
1 parent 8a73407 commit 0bf2a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/MailManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ protected function createSesTransport(array $config)
259259
* Create an instance of the Symfony Amazon SES V2 Transport driver.
260260
*
261261
* @param array $config
262-
* @return \Illuminate\Mail\Transport\Se2VwTransport
262+
* @return \Illuminate\Mail\Transport\SesV2Transport
263263
*/
264264
protected function createSesV2Transport(array $config)
265265
{

0 commit comments

Comments
 (0)