Updating /project endpint, now is working GET /projects/{prj_uid} and /projects methods (only is loading diagram's activities)

This commit is contained in:
Erik Amaru Ortiz
2014-02-06 11:00:15 -04:00
parent e714847d79
commit 6b8ca3c9ee
6 changed files with 204 additions and 33 deletions

View File

@@ -4,7 +4,10 @@ namespace ProcessMaker\Project\Adapter;
use ProcessMaker\Project;
use ProcessMaker\Util\Hash;
/**
* Class BpmnWorkflow
* @package ProcessMaker\Project\Adapter
*/
class BpmnWorkflow extends Project\Bpmn
{
/**