mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-04-01 10:09:00 +02:00
parent 4df2074477
commit d3c305ef42

View File

@@ -9,7 +9,7 @@ use Livewire\Component;
class MempoolWeather extends Component class MempoolWeather extends Component
{ {
public string $weather = ''; public ?string $weather = '';
public $changed; public $changed;
public function mount() public function mount()