Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker
This commit is contained in:
@@ -39,7 +39,7 @@ abstract class Api
|
||||
|
||||
public function getUserId()
|
||||
{
|
||||
return \Services\Api\OAuth2\Server::getUserId();
|
||||
return \ProcessMaker\Services\OAuth2\Server::getUserId();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user