Skip to content

Commit

Permalink
Update Carrier.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bell2041 authored Oct 16, 2019
1 parent 66e21c8 commit ecc1551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Carrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Carrier
self::CODE_FEDEX => 'FedEx',
self::CODE_UPS => 'UPS',
self::CODE_USPS => 'USPS',
self::CODE_LASER_SHIP => 'Laser Ship',
self::CODE_LASER_SHIP => 'LaserShip',
];

/**
Expand Down

0 comments on commit ecc1551

Please sign in to comment.