mirror of
https://github.com/flarum/core.git
synced 2025-10-19 10:46:06 +02:00
tables renamed, auth_tokens and permissions
This commit is contained in:
@@ -23,7 +23,7 @@ class AuthToken extends AbstractModel
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $table = 'auth_tokens';
|
||||
protected $table = 'registration_tokens';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user