This commit is contained in:
Adrian Hopek
2022-04-14 10:36:39 +02:00
parent d27d1736d7
commit 5356b0fc8c
6 changed files with 68 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ class DashboardController extends Controller
public function __invoke(
Request $request,
YearPeriodRetriever $yearPeriodRetriever,
UserVacationStatsRetriever $vacationStatsRetriever
UserVacationStatsRetriever $vacationStatsRetriever,
): Response {
$user = $request->user();
$now = Carbon::now();