Andrew Wallo 11 달 전
부모
커밋
8c53851c71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Filament/Company/Clusters/Settings/Pages/Localization.php

+ 1
- 1
app/Filament/Company/Clusters/Settings/Pages/Localization.php 파일 보기

@@ -184,7 +184,7 @@ class Localization extends Page
184 184
                                 ->softRequired()
185 185
                                 ->columnSpan(1)
186 186
                                 ->options(function (Get $get) {
187
-                                    $month = $get('fiscal_year_end_month');
187
+                                    $month = (int) $get('fiscal_year_end_month');
188 188
 
189 189
                                     $daysInMonth = now()->month($month)->daysInMonth;
190 190
 

Loading…
취소
저장