mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
remove weather
This commit is contained in:
@@ -14,13 +14,13 @@ class MempoolWeather extends Component
|
||||
|
||||
public function mount()
|
||||
{
|
||||
if (cache()->has('mempool-weather')) {
|
||||
/*if (cache()->has('mempool-weather')) {
|
||||
$this->weather = cache()->get('mempool-weather');
|
||||
} else {
|
||||
Artisan::call(CacheRecommendedFees::class);
|
||||
$this->weather = cache()->get('mempool-weather');
|
||||
}
|
||||
$this->changed = cache()->get('mempool-weather-changed');
|
||||
$this->changed = cache()->get('mempool-weather-changed');*/
|
||||
}
|
||||
|
||||
public function render()
|
||||
|
||||
Reference in New Issue
Block a user