diff --git a/config/ide-helper.php b/config/ide-helper.php index 483afa196..5f7b54322 100644 --- a/config/ide-helper.php +++ b/config/ide-helper.php @@ -1,5 +1,8 @@ false, 'helper_files' => [ - 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/Support/helpers.php', + base_path().'/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php', ], /* @@ -284,7 +287,7 @@ return [ | */ 'macro_default_return_types' => [ - Illuminate\Http\Client\Factory::class => Illuminate\Http\Client\PendingRequest::class, + Factory::class => PendingRequest::class, ], /*