Verified Commit 8c05474b authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fixes webService call namespace

In plugins
Showing with 1 addition and 1 deletion
+1 -1
......@@ -61,7 +61,7 @@ class LifeCycle implements EndpointInterface
// Array representing the status of the subtask.
$result = [];
// Initiate the object webservice.
$webservice = new WebServiceCall($_ENV['FUSION_DIRECTORY_API_URL'] . '/login', 'POST');
$webservice = new FusionDirectory\Rest\WebServiceCall($_ENV['FUSION_DIRECTORY_API_URL'] . '/login', 'POST');
// Required to prepare future webservice call. E.g. Retrieval of mandatory token.
$webservice->setCurlSettings();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment