Skip to content

Commit

Permalink
fix #75
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdwallo committed Nov 4, 2024
1 parent d7cb70d commit 8c53851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected function getFinancialAndFiscalSection(): Component
->softRequired()
->columnSpan(1)
->options(function (Get $get) {
$month = $get('fiscal_year_end_month');
$month = (int) $get('fiscal_year_end_month');

$daysInMonth = now()->month($month)->daysInMonth;

Expand Down

0 comments on commit 8c53851

Please sign in to comment.