We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbe0c5 commit 3d8931bCopy full SHA for 3d8931b
composer.json
@@ -22,7 +22,7 @@
22
"extra": {
23
"laravel": {
24
"aliases": {
25
- "HttpClient": "Ivan770\\HttpClient\\HttpClient"
+ "HttpClient": "Ivan770\\HttpClient\\Facade"
26
},
27
"providers": [
28
"Ivan770\\HttpClient\\ServiceProvider"
src/Facade.php
@@ -8,6 +8,6 @@ class Facade extends Base
8
{
9
protected static function getFacadeAccessor()
10
11
- return 'HttpClient';
+ return HttpClient::class;
12
}
13
0 commit comments