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\Core\Users\AuthToken;
trait ExternalAuthenticatorTrait
trait AuthenticatorTrait
{
use WritesRememberCookie;