chore(refactor): refactor events
This commit is contained in:
@@ -30,7 +30,7 @@ class ApplicationApprovedEvent
|
||||
{
|
||||
use Dispatchable, InteractsWithSockets, SerializesModels;
|
||||
|
||||
public $application;
|
||||
public Application $application;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
|
@@ -30,7 +30,7 @@ class ApplicationDeniedEvent
|
||||
{
|
||||
use Dispatchable, InteractsWithSockets, SerializesModels;
|
||||
|
||||
public $application;
|
||||
public Application $application;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
|
@@ -31,9 +31,9 @@ class UserBannedEvent
|
||||
{
|
||||
use Dispatchable, InteractsWithSockets, SerializesModels;
|
||||
|
||||
public $user;
|
||||
public User $user;
|
||||
|
||||
public $ban;
|
||||
public Ban $ban;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
|
Reference in New Issue
Block a user