Merged in cochalo/processmaker (pull request #382)

Arreglo de datos GET en MULTIPART
This commit is contained in:
Erik Amaru Ortiz
2014-04-09 11:02:15 -04:00
2 changed files with 8 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ debug = 1
[alias: projects]
project = "ProcessMaker\Services\Api\Project"
[alias: departments]
project = "ProcessMaker\Services\Api\Department"
[alias: group]
group = "ProcessMaker\Services\Api\Group"
user = "ProcessMaker\Services\Api\Group\User"