Skip to content

Commit

Permalink
Update src/Hooks/HasPsCarrierListHooks.php
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Riecker- de Vries <[email protected]>
  • Loading branch information
EdieLemoine and FlorianSDV authored Oct 30, 2024
1 parent 1964798 commit 456d3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/HasPsCarrierListHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private function getCarrierMapping(
): ?MyparcelnlCarrierMapping {
$carrierArray = Arr::first($carrierList);

/** @var \Carrier $instance */
/** @var \Carrier $psCarrier */
$psCarrier = $carrierArray['instance'] ?? null;

return $mappings
Expand Down

0 comments on commit 456d3fd

Please sign in to comment.