Skip to content

Commit a5a24af

Browse files
committed
Cleanup
1 parent 0f6e621 commit a5a24af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/CartController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
use craft\errors\ElementNotFoundException;
2121
use craft\errors\MissingComponentException;
2222
use craft\helpers\UrlHelper;
23+
use craft\web\View;
2324
use Illuminate\Support\Collection;
2425
use Throwable;
2526
use yii\base\Exception;
2627
use yii\base\InvalidConfigException;
2728
use yii\mutex\Mutex;
28-
use craft\web\View;
2929
use yii\web\BadRequestHttpException;
3030
use yii\web\HttpException;
3131
use yii\web\NotFoundHttpException;

0 commit comments

Comments
 (0)