Hashable usage now requires explicit trait

This commit is contained in:
Sam Georges 2014-07-11 19:37:15 +10:00
parent 0f128033b8
commit ebb869186d
1 changed files with 2 additions and 0 deletions

View File

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