#116 - cr fix
This commit is contained in:
		| @@ -35,7 +35,7 @@ class YearPeriodRetriever | ||||
|  | ||||
|         $years = YearPeriod::all(); | ||||
|  | ||||
|         $navigation = $years->map(fn(YearPeriod $yearPeriod) => $this->toNavigation($yearPeriod)); | ||||
|         $navigation = $years->map(fn(YearPeriod $yearPeriod): array => $this->toNavigation($yearPeriod)); | ||||
|  | ||||
|         return [ | ||||
|             "current" => $this->toNavigation($current), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user