execute($now->year); } if (YearPeriod::query()->max("year") === $now->year) { $createYearPeriodAction->execute($now->year + 1); } } }