We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcff878 commit 1295444Copy full SHA for 1295444
src/Providers/ServiceProvider.php
@@ -62,7 +62,7 @@ public function boot()
62
63
// Mixin variant of using Http:log($name) instead of global logging
64
if (config('http-client-global-logger.mixin')) {
65
- PendingRequest::mixin(new PendingRequestMixin());
+ PendingRequest::mixin(new PendingRequestMixin);
66
}
67
68
tests/PendingRequestMixinTest.php
@@ -2,7 +2,6 @@
2
3
use GuzzleHttp\HandlerStack;
4
use Illuminate\Http\Client\PendingRequest;
5
-use Illuminate\Support\Arr;
6
use Illuminate\Support\Facades\Http;
7
use Onlime\LaravelHttpClientGlobalLogger\Mixins\PendingRequestMixin;
8
0 commit comments