Hashable usage now requires explicit trait
This commit is contained in:
parent
0f128033b8
commit
ebb869186d
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue