Skip to content

Commit 308c7a4

Browse files
Update Route.php
1 parent 794b0e9 commit 308c7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routing/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected function convertMessageAddresses($addresses): array
121121
protected function convertReceivedValues($receivedParts): array
122122
{
123123
return Collection::make($receivedParts)
124-
->map(function (ReceivedPart $ReceivedPart) {
124+
->map(function ($ReceivedPart) {
125125
return str_replace('>','', str_replace('<','',$ReceivedPart->getValue()));
126126
})->toArray();
127127
}

0 commit comments

Comments
 (0)