Skip to content

Commit

Permalink
fix import UnauthorizedHttpException (#19404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesha724 committed May 22, 2022
1 parent 92f2cd9 commit f458263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/framework/filters/auth/CompositeAuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use yii\filters\auth\CompositeAuth;
use yii\filters\auth\HttpBearerAuth;
use yii\rest\Controller;
use yii\web\UnauthorizedHttpException;
use yiiunit\framework\web\UserIdentity;

/**
Expand Down

0 comments on commit f458263

Please sign in to comment.