feat: implement candidate security honeypots and redesign authenticated layout
This commit is contained in:
@@ -42,6 +42,11 @@ class User extends Authenticatable
|
||||
return $this->belongsTo(Tenant::class);
|
||||
}
|
||||
|
||||
public function securityAlerts()
|
||||
{
|
||||
return $this->hasMany(SecurityAlert::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the attributes that should be cast.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user