mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-31 16:03:54 +02:00
parent 12e3f3269b
commit 7973a2032f
3 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Console\Commands\MempoolSpace;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Http;
use OpenAI;
class CacheRecommendedFees extends Command
{