Skip to content

Commit

Permalink
Fix cs and add since to event constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Jun 16, 2023
1 parent c99b87f commit aaf924e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/controllers/OrdersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class OrdersController extends Controller
{
/**
* @event Event The event that’s triggered when retrieving the purchasables for the add line item table on the order edit page.
* @since 4.3.0
*
* ---
* ```php
Expand Down
1 change: 0 additions & 1 deletion src/events/ModifyPurchasablesQueryEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace craft\commerce\events;

use craft\commerce\elements\Order;
use craft\db\Query;
use yii\base\Event;

Expand Down

0 comments on commit aaf924e

Please sign in to comment.