From 83634302df9f7947a259610185fb67e99527aff2 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 15 Sep 2015 16:03:10 +0930 Subject: [PATCH] Rename ExternalAuthenticator to Authenticator --- .../{ExternalAuthenticatorTrait.php => AuthenticatorTrait.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename framework/core/src/Forum/Actions/{ExternalAuthenticatorTrait.php => AuthenticatorTrait.php} (98%) diff --git a/framework/core/src/Forum/Actions/ExternalAuthenticatorTrait.php b/framework/core/src/Forum/Actions/AuthenticatorTrait.php similarity index 98% rename from framework/core/src/Forum/Actions/ExternalAuthenticatorTrait.php rename to framework/core/src/Forum/Actions/AuthenticatorTrait.php index 601a8c566..014598fbc 100644 --- a/framework/core/src/Forum/Actions/ExternalAuthenticatorTrait.php +++ b/framework/core/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;