pull/7387/head
Daniel Supernault 3 days ago
parent b6f30de378
commit a7d11e3889
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -1,5 +1,8 @@
<?php <?php
use Illuminate\Http\Client\Factory;
use Illuminate\Http\Client\PendingRequest;
return [ return [
/* /*
@ -121,8 +124,8 @@ return [
'include_helpers' => false, 'include_helpers' => false,
'helper_files' => [ 'helper_files' => [
base_path() . '/vendor/laravel/framework/src/Illuminate/Support/helpers.php', base_path().'/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
base_path() . '/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php', base_path().'/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php',
], ],
/* /*
@ -284,7 +287,7 @@ return [
| |
*/ */
'macro_default_return_types' => [ 'macro_default_return_types' => [
Illuminate\Http\Client\Factory::class => Illuminate\Http\Client\PendingRequest::class, Factory::class => PendingRequest::class,
], ],
/* /*

Loading…
Cancel
Save