Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker

This commit is contained in:
Erik Amaru Ortiz
2014-04-02 16:51:28 -04:00
parent 59769103fb
commit 4d59bc2d5a
43 changed files with 264 additions and 263 deletions

View File

@@ -39,7 +39,7 @@ abstract class Api
public function getUserId()
{
return \Services\Api\OAuth2\Server::getUserId();
return \ProcessMaker\Services\OAuth2\Server::getUserId();
}
}