Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 5, 2024
1 parent d251577 commit 3c2285a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Foundation/Shipping/PaymentDependentShippingFee.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@

class PaymentDependentShippingFee implements Adjuster
{
public const ALIAS = 'payment_dependent_shipping_fee';

use HasWriteableTitleAndDescription;
use IsLockable;
use IsNotIncluded;
public const ALIAS = 'payment_dependent_shipping_fee';

public function __construct(
private array $prices,
Expand Down

0 comments on commit 3c2285a

Please sign in to comment.