This commit is contained in:
Adrian Hopek
2022-02-07 08:05:35 +01:00
parent 41c769d4ab
commit eadf984f30
21 changed files with 323 additions and 104 deletions

View File

@@ -42,6 +42,8 @@ class VacationRequestFactory extends Factory
->whereYear("from", $year)
->count() + 1;
dump($user->vacationRequests()->count());
return "{$number}/{$year}";
}
}