Skip to content

Commit af2c707

Browse files
authored
Fix typo (#56867)
1 parent cac1c6a commit af2c707

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
@@ -312,7 +312,7 @@ protected function addSesCredentials(array $config)
312312
* Create an instance of the Resend Transport driver.
313313
*
314314
* @param array $config
315-
* @return \Illuminate\Mail\Transport\ResendTransprot
315+
* @return \Illuminate\Mail\Transport\ResendTransport
316316
*/
317317
protected function createResendTransport(array $config)
318318
{

0 commit comments

Comments
 (0)