* wip * wip * wip * wip * wip * wip * wip * #5 - bump dependencies * #43 - wip * #43 - add composer script * #43 - fix * #43 - fix * #43 - wip * #43 - ecs fix * #43 - cr fix * #43 - cr fix * #43 - fix Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
@@ -11,8 +11,7 @@ class HandleAcceptedByAdministrativeVacationRequest
|
||||
{
|
||||
public function __construct(
|
||||
protected VacationRequestStateManager $stateManager,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestAcceptedByAdministrative $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ class HandleAcceptedByTechnicalVacationRequest
|
||||
public function __construct(
|
||||
protected VacationTypeConfigRetriever $configRetriever,
|
||||
protected VacationRequestStateManager $stateManager,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestAcceptedByTechnical $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ class HandleCreatedVacationRequest
|
||||
public function __construct(
|
||||
protected VacationTypeConfigRetriever $configRetriever,
|
||||
protected VacationRequestStateManager $stateManager,
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestCreated $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ use Toby\Eloquent\Models\User;
|
||||
class SendApprovedVacationRequestNotification
|
||||
{
|
||||
public function __construct(
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestApproved $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ use Toby\Eloquent\Models\User;
|
||||
class SendCancelledVacationRequestNotification
|
||||
{
|
||||
public function __construct(
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestCancelled $event): void
|
||||
{
|
||||
|
@@ -11,8 +11,7 @@ use Toby\Domain\Notifications\VacationRequestCreatedOnEmployeeBehalf;
|
||||
class SendCreatedVacationRequestNotification
|
||||
{
|
||||
public function __construct(
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestCreated $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ use Toby\Eloquent\Models\User;
|
||||
class SendRejectedVacationRequestNotification
|
||||
{
|
||||
public function __construct(
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestRejected $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ use Toby\Eloquent\Models\User;
|
||||
class SendWaitedForAdministrativeVacationRequestNotification
|
||||
{
|
||||
public function __construct(
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestWaitsForAdminApproval $event): void
|
||||
{
|
||||
|
@@ -13,8 +13,7 @@ use Toby\Eloquent\Models\User;
|
||||
class SendWaitedForTechnicalVacationRequestNotification
|
||||
{
|
||||
public function __construct(
|
||||
) {
|
||||
}
|
||||
) {}
|
||||
|
||||
public function handle(VacationRequestWaitsForTechApproval $event): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user