1
0
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:
Daniel Klabbers
2018-04-17 12:21:55 +02:00
parent 665ac178e9
commit 406be427ad
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ class AuthToken extends AbstractModel
/**
* {@inheritdoc}
*/
protected $table = 'auth_tokens';
protected $table = 'registration_tokens';
/**
* {@inheritdoc}