mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Clean up Eloquent definitions
This commit is contained in:
@@ -24,11 +24,6 @@ use Flarum\User\User;
|
||||
*/
|
||||
class AccessToken extends AbstractModel
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $table = 'access_tokens';
|
||||
|
||||
/**
|
||||
* Use a custom primary key for this model.
|
||||
*
|
||||
|
Reference in New Issue
Block a user