Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Baspa/filament-buienradar-widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 26, 2024
2 parents 76913bb + 3747436 commit 83a2f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/buienradar-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
'humidity' => true,
'last_update' => true,
],
];
];
4 changes: 2 additions & 2 deletions src/Widgets/BuienradarWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public function render(): View

public function mount(): void
{
$buienradar = new Buienradar();
$buienradar = new Buienradar;

$this->forecast = $buienradar->actualForecastForStation(config('buienradar-widget.station') ?? MeasuringStation::VOLKEL)->toArray();
}
}
}

0 comments on commit 83a2f35

Please sign in to comment.