Traits in base classes are now booted (Yay Laravel!)
This commit is contained in:
parent
62df6948b0
commit
21bdee9338
|
|
@ -12,10 +12,6 @@ use October\Rain\Auth\Models\User as 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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue