mirror of
https://github.com/flarum/core.git
synced 2025-10-11 15:04:25 +02:00
Refactor some model stuff out into traits
This commit is contained in:
@@ -29,6 +29,7 @@ class User extends Model
|
||||
use EventGenerator;
|
||||
use Locked;
|
||||
use ValidatesBeforeSave;
|
||||
use VisibleScope;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user