Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Jan 14, 2025
1 parent d2d6765 commit 9b6dc50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Craft;
use craft\base\Model;
use craft\base\Plugin as BasePlugin;
use craft\base\PluginTrait;
use craft\ckeditor\events\DefineLinkOptionsEvent;
use craft\ckeditor\Field as CKEditorField;
use craft\commerce\base\Purchasable;
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/BaseAdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace craft\commerce\controllers;

use yii\web\ForbiddenHttpException;
use Craft;
use yii\web\ForbiddenHttpException;

/**
* Class Base Admin Controller
Expand Down

0 comments on commit 9b6dc50

Please sign in to comment.