1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Rename ExternalAuthenticator to Authenticator

This commit is contained in:
Toby Zerner
2015-09-15 16:03:10 +09:30
parent 21b2f55b8c
commit 83634302df

View File

@@ -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;