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 a70dccd commit 768ec82Copy full SHA for 768ec82
README.md
@@ -31,7 +31,7 @@ Add the service provider in `app/config/app.php`.
31
To use the facade add this to the facades in `app/config/app.php`.
32
33
```php
34
-'SoapWrapper' => 'Artisaninweb\SoapWrapper\Facades\SoapWrapper'
+'SoapWrapper' => 'Artisaninweb\SoapWrapper\Facade'
35
```
36
37
## Lumen
@@ -43,7 +43,7 @@ $app->register(Artisaninweb\SoapWrapper\ServiceProvider::class);
43
44
register class alias:
45
46
-class_alias('Artisaninweb\SoapWrapper\Facades\SoapWrapper', 'SoapWrapper');
+class_alias('Artisaninweb\SoapWrapper\Facade', 'SoapWrapper');
47
48
49
*Facades must be enabled.*
0 commit comments