Skip to content

Commit

Permalink
#444 - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Jul 12, 2024
1 parent 0265ab0 commit 94f122c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Support\Carbon;
use Spatie\Permission\Models\Permission;
use Toby\Domain\OvertimeRequestStatesRetriever;
use Toby\Domain\VacationTypeConfigRetriever;
use Toby\Models\Holiday;
use Toby\Models\OvertimeRequest;
use Toby\Models\User;
Expand All @@ -20,7 +19,7 @@ class SendOvertimeRequestSummariesToApprovers extends Command
protected $signature = "toby:send-overtime-request-reminders {--f|force}";
protected $description = "Sends overtime request reminders to approvers if they didn't approve";

public function handle(VacationTypeConfigRetriever $configRetriever): void
public function handle(): void
{
$now = Carbon::today();

Expand Down

0 comments on commit 94f122c

Please sign in to comment.