AspireCloud/config/saloon.php
2025-06-14 12:58:22 -06:00

10 lines
192 B
PHP

<?php
declare(strict_types=1);
use Saloon\Http\Senders\GuzzleSender;
return [
'default_sender' => GuzzleSender::class,
'integrations_path' => base_path('App/Http/Integrations'),
];