Code cleanup

This commit is contained in:
James Cole
2024-12-22 08:43:12 +01:00
parent 5751f7e5a3
commit 565bd87959
574 changed files with 4600 additions and 4604 deletions

View File

@@ -34,7 +34,7 @@ class DetectedNewIPAddress extends Event
{
use SerializesModels;
public User $user;
public User $user;
/**
* Create a new event instance. This event is triggered when a new user registers.

View File

@@ -35,8 +35,8 @@ class RegisteredUser extends Event
{
use SerializesModels;
public User $user;
public OwnerNotifiable $owner;
public User $user;
/**
* Create a new event instance. This event is triggered when a new user registers.

View File

@@ -33,8 +33,8 @@ class MFABackupFewLeft extends Event
{
use SerializesModels;
public int $count;
public User $user;
public int $count;
public function __construct(null|Authenticatable|User $user, int $count)
{

View File

@@ -33,8 +33,8 @@ class MFAManyFailedAttempts extends Event
{
use SerializesModels;
public int $count;
public User $user;
public int $count;
public function __construct(null|Authenticatable|User $user, int $count)
{

View File

@@ -31,8 +31,8 @@ class OwnerTestNotificationChannel
{
use SerializesModels;
public OwnerNotifiable $owner;
public string $channel;
public OwnerNotifiable $owner;
/**
* Create a new event instance.

View File

@@ -31,8 +31,8 @@ class UserTestNotificationChannel
{
use SerializesModels;
public User $user;
public string $channel;
public User $user;
/**
* Create a new event instance.