Skip to content

Commit

Permalink
remove unused use statments
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Sep 11, 2024
1 parent f4d26ab commit cc43d8a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions application/common/components/MfaBackendManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

namespace common\components;

use common\components\Emailer;
use common\models\EmailLog;
use common\models\Mfa;
use common\models\MfaBackupcode;
use Sil\EmailService\Client\EmailServiceClientException;
use yii\base\Component;
use yii\web\BadRequestHttpException;
use yii\web\ForbiddenHttpException;
use yii\web\NotFoundHttpException;
use yii\web\ServerErrorHttpException;

class MfaBackendManager extends Component implements MfaBackendInterface
Expand Down
1 change: 0 additions & 1 deletion application/common/models/Invite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace common\models;

use Closure;
use common\helpers\MySqlDateTime;
use Ramsey\Uuid\Uuid;
use Yii;
Expand Down
1 change: 0 additions & 1 deletion application/common/models/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace common\models;

use common\components\Emailer;
use common\exceptions\InvalidCodeException;
use common\helpers\MySqlDateTime;
use common\helpers\Utils;
Expand Down
1 change: 0 additions & 1 deletion application/common/models/MfaBackupcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace common\models;

use common\helpers\MySqlDateTime;
use common\components\Emailer;
use yii\helpers\ArrayHelper;
use yii\web\ServerErrorHttpException;

Expand Down
3 changes: 0 additions & 3 deletions application/common/models/MfaWebauthn.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
namespace common\models;

use common\helpers\MySqlDateTime;
use common\components\Emailer;
use yii\base\BaseObject;
use yii\helpers\ArrayHelper;
use yii\web\BadRequestHttpException;
use yii\web\NotFoundHttpException;
use yii\web\ServerErrorHttpException;

/**
Expand Down
2 changes: 0 additions & 2 deletions application/common/models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Br33f\Ga4\MeasurementProtocol\Dto\Event\BaseEvent;
use Closure;
use common\components\Emailer;
use common\components\HIBP;
use common\components\Sheets;
use common\helpers\MySqlDateTime;
Expand All @@ -13,7 +12,6 @@
use Ramsey\Uuid\Uuid;
use Sil\EmailService\Client\EmailServiceClientException;
use Sil\PhpArrayDotNotation\DotNotation;
use TheIconic\Tracking\GoogleAnalytics\Analytics;
use Yii;
use yii\behaviors\AttributeBehavior;
use yii\data\ActiveDataProvider;
Expand Down
2 changes: 0 additions & 2 deletions application/console/controllers/CronController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
use common\models\Method;
use common\models\Mfa;
use common\models\User;
use common\components\Emailer;
use yii\console\Controller;
use Br33f\Ga4\MeasurementProtocol\Dto\Event\BaseEvent;
use TheIconic\Tracking\GoogleAnalytics\Analytics;

class CronController extends Controller
{
Expand Down
1 change: 0 additions & 1 deletion application/frontend/controllers/SiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Exception;
use frontend\components\BaseRestController;
use GuzzleHttp\Command\Exception\CommandException as GuzzleCommandException;
use Yii;
use yii\web\NotFoundHttpException;
use yii\web\ServerErrorHttpException as Http500;
Expand Down

0 comments on commit cc43d8a

Please sign in to comment.