mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-07-16 11:26:56 +08:00
10 lines
192 B
PHP
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'),
|
|
];
|