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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user