|
|
|
@ -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,
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
|