Skip to content

Conversation

kashifchishti82
Copy link

To use the alias, add this to the aliases in app/config/app.php.

'SoapWrapper' => Artisaninweb\SoapWrapper\Facade\SoapWrapper::class,

The above line have incorrect nampespace it soapWrapper is under Artisaninweb\SoapWrapper\SoapWrapper::class,

@tmas
Copy link

tmas commented Sep 17, 2021

This is supposed to reference the facade, so I believe the correct path would be 'SoapWrapper' => Artisaninweb\SoapWrapper\Facade::class,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants