Shift cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ use Illuminate\Support\Facades\Hash;
|
||||
*/
|
||||
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
|
||||
{
|
||||
use Notifiable;
|
||||
use Notifiable;
|
||||
use Authenticatable, CanResetPassword, ValidatingTrait;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user