1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

Rename ExternalAuthenticator to Authenticator

This commit is contained in:
Toby Zerner
2015-09-15 16:03:10 +09:30
parent e524c59f97
commit f6ad891850

View File

@@ -15,7 +15,7 @@ use Zend\Diactoros\Response\HtmlResponse;
use Flarum\Api\Commands\GenerateAccessToken; use Flarum\Api\Commands\GenerateAccessToken;
use Flarum\Core\Users\AuthToken; use Flarum\Core\Users\AuthToken;
trait ExternalAuthenticatorTrait trait AuthenticatorTrait
{ {
use WritesRememberCookie; use WritesRememberCookie;