Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Nov 13, 2024
1 parent b89e0b2 commit 55a4965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/events/CatalogPricingJobEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

namespace craft\commerce\events;

use craft\commerce\base\Plan;
use craft\commerce\models\subscriptions\SubscriptionForm;
use craft\elements\User;
use craft\events\CancelableEvent;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/services/CatalogPricing.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class CatalogPricing extends Component
/**
* @since 5.3.0
*/
const EVENT_BEFORE_CREATE_CATALOG_PRICING_JOB = 'beforeCreateCatalogPricingJob';
public const EVENT_BEFORE_CREATE_CATALOG_PRICING_JOB = 'beforeCreateCatalogPricingJob';

/**
* @var array|null
Expand Down

0 comments on commit 55a4965

Please sign in to comment.