Skip to content

Commit 93d3250

Browse files
authored
[9.x] Fix typo in variable name (#42721)
1 parent c011e34 commit 93d3250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/Attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private function __construct(Closure $resolver)
5151
*/
5252
public static function fromPath($path)
5353
{
54-
return new static(fn ($attachment, $pathStragegy) => $pathStragegy($path, $attachment));
54+
return new static(fn ($attachment, $pathStrategy) => $pathStrategy($path, $attachment));
5555
}
5656

5757
/**

0 commit comments

Comments
 (0)