diff --git a/src/Forum/Actions/ExternalAuthenticatorTrait.php b/src/Forum/Actions/AuthenticatorTrait.php similarity index 98% rename from src/Forum/Actions/ExternalAuthenticatorTrait.php rename to src/Forum/Actions/AuthenticatorTrait.php index 601a8c566..014598fbc 100644 --- a/src/Forum/Actions/ExternalAuthenticatorTrait.php +++ b/src/Forum/Actions/AuthenticatorTrait.php @@ -15,7 +15,7 @@ use Zend\Diactoros\Response\HtmlResponse; use Flarum\Api\Commands\GenerateAccessToken; use Flarum\Core\Users\AuthToken; -trait ExternalAuthenticatorTrait +trait AuthenticatorTrait { use WritesRememberCookie;