Skip to content

Commit

Permalink
fix: more ecs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Dec 16, 2024
1 parent 47a8479 commit 3106280
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/PasswordPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
use nystudio107\pluginvite\services\VitePluginService;
use nystudio107\pluginvite\services\ViteService;
use Psr\Log\LogLevel;
use Throwable;
use yii\base\Event;
use yii\base\InvalidRouteException;
use yii\log\Dispatcher;
use yii\log\Logger;
use Throwable;

/**
* Class PasswordPolicy
Expand Down
4 changes: 2 additions & 2 deletions src/controllers/RetentionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
use craft\web\View;
use craftpulse\passwordpolicy\PasswordPolicy;
use craftpulse\passwordpolicy\services\RetentionService;
use Throwable;
use yii\web\BadRequestHttpException;
use yii\web\Response;

use Throwable;
use yii\web\Response;

/**
* Class RetentionController
Expand Down
2 changes: 0 additions & 2 deletions src/controllers/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use craft\web\UrlManager;

use craftpulse\passwordpolicy\PasswordPolicy;
use yii\base\InvalidConfigException;
use yii\web\BadRequestHttpException;
use yii\web\ForbiddenHttpException;
use yii\web\NotFoundHttpException;
use yii\web\Response;
Expand Down
1 change: 0 additions & 1 deletion src/services/RetentionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use craft\helpers\Queue;

use craftpulse\passwordpolicy\jobs\PasswordResetJob;
use craftpulse\passwordpolicy\models\SettingsModel;
use craftpulse\passwordpolicy\PasswordPolicy;

/**
Expand Down

0 comments on commit 3106280

Please sign in to comment.