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 <93703843+FlorianSDV@users.noreply.github.com>
  • Loading branch information
EdieLemoine and FlorianSDV authored Oct 16, 2024
1 parent 3f6f563 commit 0025429
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 0025429

Please sign in to comment.