mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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
|
||||
{
|
||||
use \October\Rain\Database\Traits\Hashable;
|
||||
|
||||
/**
|
||||
* @var string The database table used by the model.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user