ソースを参照

Merge branch '3.x' into development-3.x

3.x
Andrew Wallo 1年前
コミット
999cfe1cda
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
                                 ->softRequired()
184
                                 ->softRequired()
185
                                 ->columnSpan(1)
185
                                 ->columnSpan(1)
186
                                 ->options(function (Get $get) {
186
                                 ->options(function (Get $get) {
187
-                                    $month = $get('fiscal_year_end_month');
187
+                                    $month = (int) $get('fiscal_year_end_month');
188
 
188
 
189
                                     $daysInMonth = now()->month($month)->daysInMonth;
189
                                     $daysInMonth = now()->month($month)->daysInMonth;
190
 
190
 

読み込み中…
キャンセル
保存