From 64c99f4632f260b92363bb6e4a2a3db91400b828 Mon Sep 17 00:00:00 2001 From: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:43:49 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jacek Sawoszczuk --- app/Domain/Events/VacationRequestWaitedForAdministrative.php | 2 +- app/Domain/Events/VacationRequestWaitedForTechnical.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Domain/Events/VacationRequestWaitedForAdministrative.php b/app/Domain/Events/VacationRequestWaitedForAdministrative.php index 7a84b51..5903f2e 100644 --- a/app/Domain/Events/VacationRequestWaitedForAdministrative.php +++ b/app/Domain/Events/VacationRequestWaitedForAdministrative.php @@ -8,7 +8,7 @@ use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; use Toby\Eloquent\Models\VacationRequest; -class VacationRequestWaitedForAdministrative +class VacationRequestWaitsForAdminApproval { use Dispatchable; use SerializesModels; diff --git a/app/Domain/Events/VacationRequestWaitedForTechnical.php b/app/Domain/Events/VacationRequestWaitedForTechnical.php index 172b219..9ba9123 100644 --- a/app/Domain/Events/VacationRequestWaitedForTechnical.php +++ b/app/Domain/Events/VacationRequestWaitedForTechnical.php @@ -8,7 +8,7 @@ use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; use Toby\Eloquent\Models\VacationRequest; -class VacationRequestWaitedForTechnical +class VacationRequestWaitsForTechApproval { use Dispatchable; use SerializesModels;