From f6ad89185014432753af82339bef5fd3bc3b5605 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 src/Forum/Actions/{ExternalAuthenticatorTrait.php => AuthenticatorTrait.php} (98%) 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;