Skip to content

Commit

Permalink
Tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Jun 3, 2023
1 parent 3258064 commit 59adf83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace modules\imgproxy;

use Craft;
use Imgproxy\Exception;
use Imgproxy\UrlBuilder;
use craft\elements\Asset;
use craft\web\twig\variables\CraftVariable;
use Imgproxy\Exception;
use Imgproxy\UrlBuilder;
use modules\imgproxy\models\ImgproxyTransform;
use modules\imgproxy\variables\ImgproxyVariable;
use yii\base\Event;
Expand Down
4 changes: 2 additions & 2 deletions src/variables/ImgproxyVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace modules\imgproxy\variables;

use craft\elements\Asset;
use Imgproxy\Exception;
use Imgproxy\UrlBuilder;
use craft\elements\Asset;
use modules\imgproxy\Module;
use modules\imgproxy\models\ImgproxyTransform;
use modules\imgproxy\Module;

class ImgproxyVariable
{
Expand Down

0 comments on commit 59adf83

Please sign in to comment.