From e469be74a789e91ed5e682b81a6b73c438795b6a Mon Sep 17 00:00:00 2001 From: kashif Date: Mon, 7 Jan 2019 17:28:16 +0500 Subject: [PATCH] Namespace mentioned to create alias for laravel 5.2 was incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd5e98..cc088dd 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Artisaninweb\SoapWrapper\ServiceProvider::class, To use the alias, add this to the aliases in `app/config/app.php`. ```php -'SoapWrapper' => Artisaninweb\SoapWrapper\Facade\SoapWrapper::class, +'SoapWrapper' => Artisaninweb\SoapWrapper\SoapWrapper::class, ```