#28 - holidays management #30

Merged
Baakoma merged 8 commits from #28-holidays-management into main 2022-01-25 09:02:48 +01:00
Showing only changes of commit 595bb707e4 - Show all commits

View File

@@ -24,7 +24,7 @@ class YearPeriod extends Model
public static function current(): ?static public static function current(): ?static
{ {
static::findByYear(Carbon::now()->year); return static::findByYear(Carbon::now()->year);
} }
public static function findByYear(int $year): ?static public static function findByYear(int $year): ?static