1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +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

@@ -22,6 +22,7 @@ class Discussion extends Model
{
use EventGenerator;
use Locked;
use VisibleScope;
use ValidatesBeforeSave;
/**