1
0
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:
Toby Zerner
2015-07-31 20:09:31 +09:30
parent e204794b91
commit 6641af3ac3
6 changed files with 51 additions and 41 deletions

View File

@@ -29,6 +29,7 @@ class User extends Model
use EventGenerator;
use Locked;
use ValidatesBeforeSave;
use VisibleScope;
/**
* {@inheritdoc}