#5 - bump dependencies
This commit is contained in:
@@ -18,8 +18,7 @@ class VacationRequestApprovedNotification extends Notification
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
protected User $user,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
@@ -18,8 +18,7 @@ class VacationRequestCancelledNotification extends Notification
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
protected User $user,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
@@ -16,8 +16,7 @@ class VacationRequestCreatedNotification extends Notification
|
||||
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
@@ -16,8 +16,7 @@ class VacationRequestCreatedOnEmployeeBehalf extends Notification
|
||||
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
@@ -18,8 +18,7 @@ class VacationRequestRejectedNotification extends Notification
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
protected User $user,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
@@ -18,8 +18,7 @@ class VacationRequestWaitsForAdminApprovalNotification extends Notification
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
protected User $user,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
@@ -18,8 +18,7 @@ class VacationRequestWaitsForTechApprovalNotification extends Notification
|
||||
public function __construct(
|
||||
protected VacationRequest $vacationRequest,
|
||||
protected User $user,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function via(): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user