Laravel 9 Update (#1413)
Update to Laravel 9 and PHP 8+ Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@ use App\Models\User;
|
||||
|
||||
class UserStatsChanged extends Event
|
||||
{
|
||||
public User $user;
|
||||
public $stat_name;
|
||||
public $old_value;
|
||||
public $user;
|
||||
|
||||
/*
|
||||
* When a user's stats change. Stats changed match the field name:
|
||||
|
||||
Reference in New Issue
Block a user