Traits in base classes are now booted (Yay Laravel!)

This commit is contained in:
Sam Georges 2014-07-12 17:29:40 +10:00
parent 62df6948b0
commit 21bdee9338
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ use October\Rain\Auth\Models\User as UserBase;
*/ */
class User extends UserBase class User extends UserBase
{ {
use \October\Rain\Database\Traits\Hashable;
use \October\Rain\Database\Traits\Purgeable;
use \October\Rain\Database\Traits\Validation;
/** /**
* @var string The database table used by the model. * @var string The database table used by the model.
*/ */