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 50ba397 commit 51dbba2Copy full SHA for 51dbba2
src/Code/Client.php
@@ -76,7 +76,7 @@ public function createNewClient()
76
$callMethodBody = 'if (static::hasMacro($method)) {'."\n "
77
.'return $this->macroCall($method, $parameters);'."\n"
78
.'}'."\n\n"
79
- .'$validationClass = \'CodeDredd\\\\Soap\\\\Soap\\\\Validations\\\\LaravelSoap\\\\\''."\n "
+ .'$validationClass = \''.addslashes($this->codeNamespace.'\Validations\LaravelSoap\\')."'\n "
80
.'. ucfirst(Str::camel($method))'."\n "
81
.'. \'Validation\';'."\n"
82
.'if (class_exists($validationClass)) {'."\n "
0 commit comments