Skip to content

Commit 768ec82

Browse files
author
mvdrijt
committed
Changed the readme.
1 parent a70dccd commit 768ec82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the service provider in `app/config/app.php`.
3131
To use the facade add this to the facades in `app/config/app.php`.
3232

3333
```php
34-
'SoapWrapper' => 'Artisaninweb\SoapWrapper\Facades\SoapWrapper'
34+
'SoapWrapper' => 'Artisaninweb\SoapWrapper\Facade'
3535
```
3636

3737
## Lumen
@@ -43,7 +43,7 @@ $app->register(Artisaninweb\SoapWrapper\ServiceProvider::class);
4343

4444
register class alias:
4545
```php
46-
class_alias('Artisaninweb\SoapWrapper\Facades\SoapWrapper', 'SoapWrapper');
46+
class_alias('Artisaninweb\SoapWrapper\Facade', 'SoapWrapper');
4747
```
4848

4949
*Facades must be enabled.*

0 commit comments

Comments
 (0)